source:
git/kernel/polys.cc
@
ae133b
Last change on this file since ae133b was ae133b, checked in by , 12 years ago | |
---|---|
|
|
File size: 227 bytes |
Rev | Line | |
---|---|---|
[737a68] | 1 | #include "mod2.h" |
2 | ||
3 | #include <omalloc/omalloc.h> | |
4 | #include <misc/auxiliary.h> | |
5 | ||
6 | #include "polys.h" | |
7 | ||
[929fae] | 8 | ring currRing = NULL; |
9 | ideal currQuotient = NULL; | |
[737a68] | 10 | |
11 | void rChangeCurrRing(ring r) | |
12 | { | |
[ae133b] | 13 | currRing = r; |
14 | currQuotient = r->qideal; | |
[737a68] | 15 | } |
Note: See TracBrowser
for help on using the repository browser.