Changeset c03b74 in git


Ignore:
Timestamp:
Dec 13, 2016, 1:39:40 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
146787b34cf70a631e68946d353cc829389365be
Parents:
1ae67730fa57673e19cd4e827e43af59b10709c1
Message:
fix: ordering change of rings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/dyn_modules/gfanlib/tropicalStrategy.cc

    r1ae677 rc03b74  
    6868  for (int i=0; i<n; i++)
    6969    allOnes[i] = 1;
    70   ring rShortcut = rCopy0(r,FALSE,FALSE);
     70  ring rShortcut = rCopy0(r);
    7171
    7272  rRingOrder_t* order = rShortcut->order;
     
    442442ring tropicalStrategy::getShortcutRingPrependingWeight(const ring r, const gfan::ZVector &v) const
    443443{
    444   ring rShortcut = rCopy0(r);
     444  ring rShortcut = rCopy0(r,FALSE); // do not copy q-ideal
    445445
    446446  // save old ordering
Note: See TracChangeset for help on using the changeset viewer.