Changeset 78a42b1 in git for Singular/LIB/modstd.lib


Ignore:
Timestamp:
Jun 15, 2010, 4:02:25 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
fe6d6194c0820a93d76515c38fcaf68c262e68d0
Parents:
e4eee00527d071983f09fc3707f381948721fafb
Message:
cleanup for examples

git-svn-id: file:///usr/local/Singular/svn/trunk@12863 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/modstd.lib

    re4eee00 r78a42b1  
    408408////////////////////////////////////////////////////////////////////////////////
    409409
    410 proc liftstd1(ideal I)
     410static proc liftstd1(ideal I)
    411411{
    412412   def R = basering;
     
    453453   else
    454454   {
    455       "==========================================================";
    456       "WARNING: Algorithm is not applicable if ordering is mixed.";
    457       "==========================================================";
     455      //"==========================================================";
     456      //"WARNING: Algorithm is not applicable if ordering is mixed.";
     457      //"==========================================================";
    458458      for(i = 1; i <= size(sM)-size(I); i++)
    459459      {
     
    478478
    479479
    480    ring S = 32003, x(1..6), lp;
    481    ideal I = cyclic(6);
     480   ring S = 32003, x(1..5), lp;
     481   ideal I = cyclic(5);
    482482   ideal sI;
    483483   matrix T;
Note: See TracChangeset for help on using the changeset viewer.