Changeset 2bb083 in git


Ignore:
Timestamp:
Sep 28, 2010, 7:48:59 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
56a9ef175807c92f523e9317a15cafd4e56e88ab
Parents:
06a7af8bc2f204c56e7dc5f5662e372756701089
Message:
monomial.lib ->monomialideal.lib
some option settings for tr. 208 in normal.lib


git-svn-id: file:///usr/local/Singular/svn/trunk@13304 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular/LIB
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • Singular/LIB/normal.lib

    r06a7af8 r2bb083  
    25502550"
    25512551{
     2552   intvec save_opt=option(get);
    25522553   option(redSB);
    25532554   def R=basering;
     
    26332634      }
    26342635   }
    2635    option(noredSB);
     2636   option(set,save_opt);
    26362637   ideal fstd=std(ideal(f)+jacob(f));
    26372638   poly hc=highcorner(fstd);
Note: See TracChangeset for help on using the changeset viewer.