Changeset a789a7 in git


Ignore:
Timestamp:
Jun 22, 2005, 12:13:01 PM (19 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e7ff6bef3e40732ca87472519b69d1fc7a29d922
Parents:
4c4b1eaf0d5a356ace906e4fd7c5c5829a24a233
Message:
*bricken:slimgb activated in groebner for function fields


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/standard.lib

    r4c4b1e ra789a7  
    11//////////////////////////////////////////////////////////////////////////////
    2 version="$Id: standard.lib,v 1.70 2005-05-10 17:56:16 Singular Exp $";
     2version="$Id: standard.lib,v 1.71 2005-06-22 10:13:01 bricken Exp $";
    33category="Miscellaneous";
    44info="
     
    248248    return(std(i));
    249249  }
    250 
     250  //if ordering is global, there are parameters and minpoly is 0
     251  if ((npars(basering)>0) &&(minpoly==0))
     252  {
     253    return(slimgb(i));
     254  }
    251255  int IsSimple_P;
    252256  if (system("nblocks") <= 2)
Note: See TracChangeset for help on using the changeset viewer.