Changeset 627254 in git
- Timestamp:
- Jan 13, 2010, 4:41:58 PM (13 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- af3d2ab658fbcc713db4e2f31354b07220c9c07a
- Parents:
- c629d15316cb48ddaee3878feb8bb28c5c97e651
- Location:
- Singular
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ChangeLog
rc629d1 r627254 6 6 - opposite(ring) works also for commutative global rings 7 7 (but only, if compiled with HAVE_PLURAL) 8 - new library: normaliz.lib 9 - exotic bug in diff fixed (track 195) 8 10 9 11 Changes w.r.t 3-1-0-7: -
Singular/subexpr.cc
rc629d1 r627254 50 50 BOOLEAN siq=FALSE; 51 51 #endif 52 53 void sleftv::Set(int val)54 {55 Init();56 rtyp = INT_CMD;57 data = (void *)val;58 }59 52 60 53 int sleftv::listLength() -
Singular/subexpr.h
rc629d1 r627254 58 58 package req_packhdl; 59 59 inline void Init() { memset(this,0,sizeof(*this)); } 60 void Set(int val);61 60 void Print(leftv store=NULL,int spaces=0); 62 61 void CleanUp(ring r=currRing);
Note: See TracChangeset
for help on using the changeset viewer.