Changeset 929fae in git


Ignore:
Timestamp:
Aug 31, 2011, 2:22:27 AM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'f6c3dc58b0df4bd712574325fe76d0626174ad97')
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!
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipid.cc

    r13a8de r929fae  
    5353package basePack =NULL;
    5454idhdl currRingHdl = NULL;
    55 ring  currRing = NULL;
    56 ideal currQuotient = NULL;
    5755const char* iiNoName="_";
    5856
  • 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.