Changeset 9db944 in git for Singular/iparith.cc


Ignore:
Timestamp:
Apr 12, 2016, 2:26:05 PM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
Children:
1a1f82bc8f8fca00c6831cafb921250413a6c7d2
Parents:
9ef321bcdf1ec45cb2df3f22b14b2a6c67306895
Message:
fix: slClose/slPrepColse re-considered
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    r9ef321 r9db944  
    47224722  si_link l=(si_link)v->Data();
    47234723  if (iiOp==OPEN_CMD) return slOpen(l, SI_LINK_OPEN,v);
    4724   else                return slClose(l);
     4724  else { slPrepClose(l); return slClose(l);}
    47254725}
    47264726static BOOLEAN jjORD(leftv res, leftv v)
Note: See TracChangeset for help on using the changeset viewer.