Changeset e00d20 in git
- Timestamp:
- May 29, 2015, 5:47:05 PM (8 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- e786dc69a172d574cf7c8e1d1475140446f49d1d
- Parents:
- a576b0d5c5ba8bbf52687aaa8dc237c50ed9e5bf
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/dyn_modules/syzextra/mod_main.cc
ra576b0 re00d20 1848 1848 { 1849 1849 iComp = (int)((long)(h->Data())); 1850 } else 1850 } 1851 else 1851 1852 { 1852 1853 if( (!isSyz) && (-1 == posIS) ) -
kernel/GBEngine/kutil.cc
ra576b0 re00d20 5440 5440 loop 5441 5441 { 5442 if (TEST_OPT_IDLIFT) 5443 { 5444 if (Ln.p!=NULL) 5445 { 5446 if (p_GetComp(Ln.p,currRing)> strat->syzComp) break; 5447 } 5448 else 5449 { 5450 if (p_GetComp(Ln.t_p,strat->tailRing)> strat->syzComp) break; 5451 } 5452 } 5442 5453 Ln.SetShortExpVector(); 5443 5454 if (withT)
Note: See TracChangeset
for help on using the changeset viewer.