Changeset a109e4 in git
- Timestamp:
- Mar 27, 2018, 10:45:46 AM (6 years ago)
- Branches:
- (u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
- Children:
- 88e24b365b1eb7b5c44bbf035dde7faaff9888ac
- Parents:
- 02a3b35d75f1d1474b85ad317ef0c7fcf8c0f1dd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/dyn_modules/cohomo/cohomo.cc
r02a3b3 ra109e4 327 327 //Print("This is the first quotient generators %d:\n",i); 328 328 //id_print(rsr); 329 break; 329 break; 330 330 } 331 331 } … … 1669 1669 //ring r=currRing; 1670 1670 int i; 1671 assume (LIB "presolve.lib");1671 //assume (LIB "presolve.lib"); 1672 1672 sleftv a;a.Init(); 1673 1673 a.rtyp=IDEAL_CMD;a.data=(void*)h; … … 1676 1676 { 1677 1677 WerrorS("presolve.lib are not loaded!"); 1678 return NULL; 1678 1679 } 1679 1680 BOOLEAN sl=iiMake_proc(solve,NULL,&a); … … 2621 2622 { 2622 2623 WerrorS("Errors in Nab set!"); 2623 2624 //WerrorS("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1"); 2624 2625 usleep(1000000); 2625 2626 assert(false);
Note: See TracChangeset
for help on using the changeset viewer.