Changeset 03ce7d6 in git
- Timestamp:
- Feb 5, 2019, 1:43:10 PM (4 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- ab771712f9cf6f304a7dbc3fd948527f91510bb4
- Parents:
- c79e0a8f7547f0e11de702dde7d7da4b36994029
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2019-02-05 13:43:10+01:00
- git-committer:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2019-02-05 13:49:04+01:00
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/links/ssiLink.cc
rc79e0a r03ce7d6 1348 1348 if (d->r==NULL) return NULL; 1349 1349 res->data=(char*)d->r; 1350 d->r->ref++; 1350 1351 res->rtyp=RING_CMD; 1351 1352 if (t==15) // setring … … 1465 1466 && (res->RingDependend())) 1466 1467 { 1467 if(ssiSetCurrRing(d->r)) { d->r=currRing; d->r->ref++;}1468 if(ssiSetCurrRing(d->r)) { d->r=currRing; } 1468 1469 } 1469 1470 return res; -
Tst/Short/ok_s.lst
rc79e0a r03ce7d6 127 127 ncfactor_usl2_reducible_bug_s 128 128 ncfactor_usl2_s 129 newstruct_ring 129 130 nfmodsyz_s 130 131 parallel_s
Note: See TracChangeset
for help on using the changeset viewer.