Changeset 34a9b4f in git
- Timestamp:
- Mar 6, 2009, 11:14:41 AM (14 years ago)
- Branches:
- (u'spielwiese', '5d369c3cbad1a1bf2d5c856a48fb8a30b51cec3b')
- Children:
- 15ac1ca9c4ddde1e5e7ae4229db9244d9e470c6b
- Parents:
- acff7e71919841ba60543811ceda2b000dbb15d1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kstd1.cc
racff7e7 r34a9b4f 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: kstd1.cc,v 1.4 7 2009-03-06 09:39:29Singular Exp $ */4 /* $Id: kstd1.cc,v 1.48 2009-03-06 10:14:41 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: … … 2282 2282 { 2283 2283 strat->P.pCleardenom(); 2284 2284 if (0) 2285 2285 //if ((TEST_OPT_REDSB)||(TEST_OPT_REDTAIL)) 2286 2286 { … … 2292 2292 { 2293 2293 strat->P.pNorm(); 2294 2294 if (0) 2295 2295 //if ((TEST_OPT_REDSB)||(TEST_OPT_REDTAIL)) 2296 2296 strat->P.p = redtailBba(&(strat->P),pos-1,strat, withT); … … 2370 2370 if(rIsPluralRing(currRing)) return kInterRedOld(F,Q); 2371 2371 #endif 2372 if(pOrdSgn==-1) return kInterRedOld(F,Q); 2373 if (rField_is_numeric(currRing)) return kInterRedOld(F,Q); 2372 if ((pOrdSgn==-1) 2373 || (rField_is_numeric(currRing))) 2374 return kInterRedOld(F,Q); 2374 2375 2375 2376 BITSET save=test;
Note: See TracChangeset
for help on using the changeset viewer.