Changeset 9b01b1 in git


Ignore:
Timestamp:
Aug 10, 2011, 2:36:25 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'd28bb9fd81d9b3c28434941de2792173765710d2')
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
Message:
currRingHdl deklared for all in ipid.h
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipid.h

    rc3e4d2 r9b01b1  
    7979
    8080
    81 /*extern idhdl      currRingHdl; in ring.h */
     81extern idhdl      currRingHdl;
    8282/*extern ring     currRing;  in ring.h */
    8383/*extern ideal      currQuotient; in structs.h */
  • Singular/subexpr.cc

    rc3e4d2 r9b01b1  
    148148        {
    149149          syStrategy tmp=(syStrategy)d;
    150           syPrint(tmp);
     150          syPrint(tmp,IDID(currRingHdl));
    151151          break;
    152152        }
Note: See TracChangeset for help on using the changeset viewer.