Changeset 192e71 in git


Ignore:
Timestamp:
Mar 12, 2019, 4:14:46 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
0561fc58af61d0d8b4a15e3d4ea172191a712c49
Parents:
6c29eecfbf047db4b40d753db27927ecd270d83e
Message:
fix: doc - redefine in VecField.lib
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/VecField.lib

    r6c29ee r192e71  
    923923"
    924924{
     925    int myindex;
    925926    if(typeof(p) == "map")
    926927    {
     
    978979
    979980            ideal Inew;
    980             for(int j=1;j<=ncols(I);j++)
     981            for(j=1;j<=ncols(I);j++)
    981982            {
    982983                if(deg(I[j],(1:numvars,0:numvars)) > 0)
     
    989990
    990991            // normalize groebner basis
    991             for(int j=1;j<=ncols(I);j++)
     992            for(j=1;j<=ncols(I);j++)
    992993            {
    993994                I[j] = I[j]/leadcoef(I[j]);
     
    10081009            for(j=1;j<=numvars;j++)
    10091010            {
    1010                 int myindex = varNum(leadmonom(I[j]));
     1011                myindex = varNum(leadmonom(I[j]));
    10111012                if(myindex < 1)
    10121013                {
Note: See TracChangeset for help on using the changeset viewer.