Changeset 6497fd in git


Ignore:
Timestamp:
Jul 9, 2015, 12:10:38 PM (8 years ago)
Author:
Adi Popescu <adi_popescum@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
add269ff8d03e8ee37b348e0d353a7bdbcfbf70a
Parents:
cfb76991db369d1e2260fe445a2db3c51eec3616
Message:
fix: kutil.cc part 2
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kstd1.cc

    rcfb769 r6497fd  
    15561556
    15571557#ifdef HAVE_TAIL_RING
    1558 //  if (strat->homog && strat->red == redFirst)
    1559   kStratInitChangeTailRing(strat);
     1558  if (strat->homog && strat->red == redFirst)
     1559    kStratInitChangeTailRing(strat);
    15601560#endif
    15611561
     
    22632263            strat->homog=h;
    22642264            omTestMemory(1);
    2265             if(currRing->OrdSgn == -1)
     2265            if(rHasLocalOrMixedOrdering(currRing))
    22662266                r=mora(FCopy,Q,NULL,hilb,strat);
    22672267            else
     
    22712271#endif
    22722272        {
    2273             if(currRing->OrdSgn == -1)
     2273            if(rHasLocalOrMixedOrdering(currRing))
    22742274                r=mora(F,Q,NULL,hilb,strat);
    22752275            else
Note: See TracChangeset for help on using the changeset viewer.