source: git/kernel/polys.cc @ 13a8de

spielwiese
Last change on this file since 13a8de was 737a68, checked in by Oleksandr Motsak <motsak@…>, 13 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
8ring currRing;
9
10void rChangeCurrRing(ring r)
11{
12  currRing = r;
13}
Note: See TracBrowser for help on using the repository browser.