Changeset 6779bb in git


Ignore:
Timestamp:
Jul 25, 2012, 5:22:57 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
e12050e1013a17a6d9535e6476d773728913dc71
Parents:
f3094ae7d28349e3d48d2c994f0204e338bcceac
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-07-25 17:22:57+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-07-25 17:51:00+02:00
Message:
fix due to sqrfree return type change (ideal -> list (ideal, intvec) )
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/grobcov.lib

    rf3094a r6779bb  
    43494349  N1=std(N1);
    43504350  //attrib(N1,"IsSB",1);
    4351   def H=sqrfree(f);
     4351  def H=sqrfree(f, 1);
    43524352  int i;
    43534353  for(i=1;i<=size(H);i++){W1[size(W1)+1]=reduce(H[i],N1);}
Note: See TracChangeset for help on using the changeset viewer.