Changeset 9db944 in git for Singular/iparith.cc
- Timestamp:
- Apr 12, 2016, 2:26:05 PM (8 years ago)
- Branches:
- (u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
- Children:
- 1a1f82bc8f8fca00c6831cafb921250413a6c7d2
- Parents:
- 9ef321bcdf1ec45cb2df3f22b14b2a6c67306895
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
r9ef321 r9db944 4722 4722 si_link l=(si_link)v->Data(); 4723 4723 if (iiOp==OPEN_CMD) return slOpen(l, SI_LINK_OPEN,v); 4724 else return slClose(l);4724 else { slPrepClose(l); return slClose(l);} 4725 4725 } 4726 4726 static BOOLEAN jjORD(leftv res, leftv v)
Note: See TracChangeset
for help on using the changeset viewer.