Changeset 456eb62 in git for kernel/GBEngine/kstd1.cc


Ignore:
Timestamp:
Jul 13, 2015, 10:30:23 AM (8 years ago)
Author:
Adi Popescu <adi_popescum@…>
Branches:
(u'spielwiese', 'ec94ef7a30b928574c0c3daf41f6804dff5f6b69')
Children:
03305393d877240ff162abbfb9e1b9c1f14214e8c1c2ccdce7a50ab28491ceb066ea5faa1f7e6e87
Parents:
add269ff8d03e8ee37b348e0d353a7bdbcfbf70a
Message:
fix: diff and crash tests

still to solve:
ringlocal              - infinte reduction as in Yue's Bug
ringmodn               - not really a bug: no diff modulo but really a lot to check
ringmod2m              - it takes a while
bug_tr690              - memory leak
equising_s / esStratum - looks fine but a second view would be better
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kstd1.cc

    radd269 r456eb62  
    22702270        }
    22712271        else
    2272 #endif
     2272        #endif
    22732273        {
    22742274            if(rHasLocalOrMixedOrdering(currRing))
     
    22772277                r=bba(F,Q,NULL,hilb,strat);
    22782278        }
     2279    }
     2280    else
     2281    {
     2282      if(rHasLocalOrMixedOrdering(currRing))
     2283        r=mora(F,Q,NULL,hilb,strat);
     2284      else
     2285        r=bba(F,Q,NULL,hilb,strat);
    22792286    }
    22802287  }
Note: See TracChangeset for help on using the changeset viewer.