source: git/kernel/polys.cc @ 419b39

fieker-DuValspielwiese
Last change on this file since 419b39 was 929fae, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
FIX: currRing / currQuotient removed from Singular/ipid since they are needed for kernel!
  • Property mode set to 100644
File size: 197 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 = NULL;
9ideal currQuotient = NULL;
10
11void rChangeCurrRing(ring r)
12{
13  currRing = r;
14}
Note: See TracBrowser for help on using the repository browser.