Changeset d617b27 in git


Ignore:
Timestamp:
Dec 13, 2007, 3:32:05 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
e0e0e208970761d4fef8ef83bb086057c47af513
Parents:
c9af177745579aae03b58f7951eadc98318d3a8a
Message:
*hannes: use a given invec in stdhilb


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/standard.lib

    rc9af177 rd617b27  
    33//groebner mit Optionen versehen
    44//////////////////////////////////////////////////////////////////////////////
    5 version="$Id: standard.lib,v 1.98 2007-11-06 20:14:04 king Exp $";
     5version="$Id: standard.lib,v 1.99 2007-12-13 14:32:05 Singular Exp $";
    66category="Miscellaneous";
    77info="
     
    272272  }
    273273
    274   if ( algorithm=="std" || ( algorithm=="stdorslimgb" && char(P)>0 ) )
     274  if (( algorithm=="std" || ( algorithm=="stdorslimgb" && char(P)>0 ) )
     275  && (defined(hi)!=voice))
    275276  {
    276277    if (p_opt) {"std in ring " + string(Philb);}
    277278    intvec hi = hilb( std(Id(1)),1,W );
    278279  }
    279   if ( algorithm=="slimgb" || ( algorithm=="stdorslimgb" && char(P)==0 ) )
     280  if (( algorithm=="slimgb" || ( algorithm=="stdorslimgb" && char(P)==0 ) )
     281  && (defined(hi)!=voice))
    280282  {
    281283    intvec hi = hilb(qslimgb(Id(1)),1,W);
Note: See TracChangeset for help on using the changeset viewer.