Changeset 929fae in git for kernel/polys.cc


Ignore:
Timestamp:
Aug 31, 2011, 2:22:27 AM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
67070cc713704fb07a031e21132f57e2c644f243
Parents:
13a8deb045504711d73aa092f40117737cc315a2
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-31 02:22:27+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:31+01:00
Message:
FIX: currRing / currQuotient removed from Singular/ipid since they are needed for kernel!
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/polys.cc

    r13a8de r929fae  
    66#include "polys.h"
    77
    8 ring currRing;
     8ring  currRing = NULL;
     9ideal currQuotient = NULL;
    910
    1011void rChangeCurrRing(ring r)
Note: See TracChangeset for help on using the changeset viewer.