Changeset 9b01b1 in git
- Timestamp:
- Aug 10, 2011, 2:36:25 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 76944dee29bf9776e0b8e16f59c091380d158186
- Parents:
- c3e4d2da17027c3a2ec66cb6016320f25d2dd693
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-08-10 14:36:25+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:17:26+01:00
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipid.h
rc3e4d2 r9b01b1 79 79 80 80 81 /*extern idhdl currRingHdl; in ring.h */ 81 extern idhdl currRingHdl; 82 82 /*extern ring currRing; in ring.h */ 83 83 /*extern ideal currQuotient; in structs.h */ -
Singular/subexpr.cc
rc3e4d2 r9b01b1 148 148 { 149 149 syStrategy tmp=(syStrategy)d; 150 syPrint(tmp );150 syPrint(tmp,IDID(currRingHdl)); 151 151 break; 152 152 }
Note: See TracChangeset
for help on using the changeset viewer.