Changeset 5638b9 in git for Singular/walk.cc


Ignore:
Timestamp:
May 25, 2015, 8:32:35 PM (9 years ago)
Author:
Stephan Oberfranz <oberfran@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
2c2d2e89ad6e29cc2a1d2903129b937241868370
Parents:
2675bd98cab28ad9ecfd872518826ad7e66b1935cb5589680933f4ddf0d5ae8b00c76e50b54220da
Message:
update

Merge branch 'spielwiese' of github.com:Singular/Sources into spielwiese
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/walk.cc

    r2675bd r5638b9  
    67936793    // We only perturb the current target vector at the recursion level 1
    67946794    if(Xngleich == 0 && nlev == 1) //(ngleich == 0) important, e.g. ex2, ex3
    6795       if (MivComp(next_vect, omega2) == 1)
     6795      if (MivComp(next_vect, omega2) != 1)
    67966796      {
    67976797        // to dispense with taking initial (and lifting/interreducing
Note: See TracChangeset for help on using the changeset viewer.