Ignore:
Timestamp:
Nov 14, 2022, 11:41:51 AM (17 months ago)
Author:
Frédéric Chapoton <chapoton@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c57af60be7b45c4f30db8913b7cde4eb782e6121
Parents:
c858487b7689b030112512a2e1be0f968d4f7c22
Message:
more typos fixed in kernel
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/groebner_walk/walkMain.cc

    rc858487 r6cf934  
    307307
    308308
    309 //unperturbedStartVectorStrategy IS NOW NOT ALLWAYS AS DEFAULT SET
     309//unperturbedStartVectorStrategy IS NOW NOT ALWAYS AS DEFAULT SET
    310310//TO TRUE BUT IS INPUT FROM fractalWalk64
    311311WalkState firstFractalWalkStep64(ideal & G,int64vec* & currw64,
     
    316316    if(unperturbedStartVectorStrategy){
    317317      return(unperturbedFirstStep64(G,currw64,destRing));
    318     //here G is updated since its adress is given as argument
     318    //here G is updated since its address is given as argument
    319319    }
    320320
     
    548548      state=fractalRec64(Gw,sigma,destMat,level+1,step);
    549549
    550       //The resulting GB is Gw since its adress is given as argument.
     550      //The resulting GB is Gw since its address is given as argument.
    551551      ideal recG=Gw;
    552552      ring temp=currRing;
Note: See TracChangeset for help on using the changeset viewer.