Changeset fe25f03 in git


Ignore:
Timestamp:
Sep 20, 2006, 6:42:01 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
b96d717a1574409f7b7af33bec521d3c3a10741f
Parents:
e941583840af9c87a7cb2b20f5e723090aa9b1a8
Message:
*hannes: code cleanup


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/standard.lib

    re94158 rfe25f03  
    11//////////////////////////////////////////////////////////////////////////////
    2 version="$Id: standard.lib,v 1.81 2006-07-20 12:26:46 pohl Exp $";
     2version="$Id: standard.lib,v 1.82 2006-09-20 16:42:01 Singular Exp $";
    33category="Miscellaneous";
    44info="
     
    252252     if (((npars(basering)>0) &&(minpoly==0)))
    253253     { return(slimgb(i)); }
    254      // oerdering dp, char 0
     254     // ordering dp, char 0
    255255     if((char(P)==0) && (system("nblocks") <= 2) && (find(ordstr_P,"dp")>0))
    256256     { return(slimgb(i)); }
    257257  }
    258   // for module case, not already hadled by slimgb:
     258  // for module case, not already handled by slimgb:
    259259  if (nrows(i)>1)
    260260  { return(std(i)); }
     
    306306  int k;
    307307  ideal Qideal = ideal(P);
    308   string ri;
    309308
    310309  if (npars_P > 0)
     
    368367  if (p_opt)
    369368  {
    370     ri = string(Phelp);
    371     "std in " + ri;
     369    "std in " + string(Phelp);
    372370  }
    373371  intvec hi=hilb(std(qh),1);
     
    427425    if (p_opt)
    428426    {
    429       ri = string(Phelp1);
    430       "std with hilb in " + ri;
     427      "std with hilb in " + string(Phelp1);
    431428    }
    432429    // compute std with Hilbert series
Note: See TracChangeset for help on using the changeset viewer.