Changeset 627254 in git


Ignore:
Timestamp:
Jan 13, 2010, 4:41:58 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
af3d2ab658fbcc713db4e2f31354b07220c9c07a
Parents:
c629d15316cb48ddaee3878feb8bb28c5c97e651
Message:
code cleanup

git-svn-id: file:///usr/local/Singular/svn/trunk@12430 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Singular/ChangeLog

    rc629d1 r627254  
    66- opposite(ring) works also for commutative global rings
    77  (but only, if compiled with HAVE_PLURAL)
     8- new library: normaliz.lib
     9- exotic bug in diff fixed (track 195)
    810
    911Changes w.r.t 3-1-0-7:
  • Singular/subexpr.cc

    rc629d1 r627254  
    5050BOOLEAN siq=FALSE;
    5151#endif
    52 
    53 void sleftv::Set(int val)
    54 {
    55   Init();
    56   rtyp = INT_CMD;
    57   data = (void *)val;
    58 }
    5952
    6053int sleftv::listLength()
  • Singular/subexpr.h

    rc629d1 r627254  
    5858    package     req_packhdl;
    5959    inline void Init() { memset(this,0,sizeof(*this)); }
    60     void Set(int val);
    6160    void Print(leftv store=NULL,int spaces=0);
    6261    void CleanUp(ring r=currRing);
Note: See TracChangeset for help on using the changeset viewer.