Changeset cebb98 in git
- Timestamp:
- Jul 18, 2018, 2:56:40 PM (5 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- d9cbec291aade84ba63c202a8ea8eacffdca6d60
- Parents:
- d25e3f8d83dc8b6ba3e87362ed1646bf600778bb
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
rd25e3f rcebb98 3352 3352 // is homogeneous, but p not 3353 3353 w=NULL; 3354 hom=isNotHomog; 3354 3355 } 3355 3356 else -
kernel/GBEngine/kutil.cc
rd25e3f rcebb98 8435 8435 { 8436 8436 h.p=redBba(h.p,strat->sl,strat); 8437 if ( h.p!=NULL)8437 if ((h.p!=NULL)&&(TEST_OPT_REDTAIL || TEST_OPT_REDSB)) 8438 8438 { 8439 8439 h.p=redtailBba(h.p,strat->sl,strat);
Note: See TracChangeset
for help on using the changeset viewer.