Changeset a33602 in git for Singular/walk.cc


Ignore:
Timestamp:
Aug 3, 2021, 2:19:44 PM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '6e5adcba05493683b94648c659a729c189812c77')
Children:
d4d8d091efc319aad4a239964b03e482b6913e88
Parents:
572022cd0bd2d93d436a2d2ed8c5b2c7e3f4f4f1
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2021-08-03 14:19:44+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2021-08-03 14:24:23+02:00
Message:
renamed strat->kHEdgeFound -> strat->KAllAxis
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/walk.cc

    r572022 ra33602  
    278278  strat->syzComp     = 0;
    279279*/
    280   strat->kHEdgeFound = (currRing->ppNoether) != NULL;
     280  strat->kAllAxis = (currRing->ppNoether) != NULL;
    281281  strat->kNoether=pCopy((currRing->ppNoether));
    282282  strat->ak = id_RankFreeModule(F, currRing);
Note: See TracChangeset for help on using the changeset viewer.