jengelh-datetimespielwiese
Last change
on this file since 737a68 was
737a68,
checked in by Oleksandr Motsak <motsak@…>, 12 years ago
|
CHG: moved libpolys/polys/polys.h to kernel/polys.h & updated includes
ADD: moved (definition of) currRing/rChangeCurrRing to kernel/polys.cc!?
|
-
Property mode set to
100644
|
File size:
162 bytes
|
Line | |
---|
1 | #include "mod2.h" |
---|
2 | |
---|
3 | #include <omalloc/omalloc.h> |
---|
4 | #include <misc/auxiliary.h> |
---|
5 | |
---|
6 | #include "polys.h" |
---|
7 | |
---|
8 | ring currRing; |
---|
9 | |
---|
10 | void rChangeCurrRing(ring r) |
---|
11 | { |
---|
12 | currRing = r; |
---|
13 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.