Changeset 7ddcb2 in git for Singular/subexpr.cc
- Timestamp:
- Jan 9, 2014, 12:19:44 AM (10 years ago)
- Branches:
- (u'spielwiese', '873fc1222e995d7cb33f79d8f1792ce418c8c72c')
- Children:
- 08e119db8978fbef9d3ad77770320e2c60956d33
- Parents:
- 974aa2b935f392585b96f601c41d9917101f6dd4
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-01-09 00:19:44+01:00
- git-committer:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-01-09 00:20:09+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/subexpr.cc
r974aa2 r7ddcb2 531 531 { 532 532 ring R=(ring)d; 533 if ((R!=currRing)||(R->ref>=0)) 534 rKill(R); 533 535 #ifdef TEST 534 if ((R==currRing)&&(R->ref<=0))536 else 535 537 Print("currRing? ref=%d\n",R->ref); 536 else537 538 #endif 538 rKill(R);539 539 break; 540 540 } … … 1333 1333 } 1334 1334 1335 #if 0 1335 1336 leftv sleftv::LHdl() 1336 1337 { … … 1359 1360 return this; 1360 1361 } 1362 #endif 1361 1363 1362 1364 BOOLEAN assumeStdFlag(leftv h)
Note: See TracChangeset
for help on using the changeset viewer.