Changeset 930ea8 in git for kernel/gr_kstd2.cc
- Timestamp:
- Jan 11, 2012, 2:42:18 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 6c98d526bf15bb5a2845bfd4fb4f54474229668c
- Parents:
- 31f1850ad6697d9acd155b53fa63f9e1a648ed9c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/gr_kstd2.cc
r31f1850 r930ea8 1068 1068 intvec *w=NULL; 1069 1069 intvec *hilb=NULL; 1070 int srmax,lrmax;1071 1070 int olddeg,reduc; 1072 1071 int red_result=1; … … 1085 1084 /*Shdl=*/initBuchMora(F, Q,strat); 1086 1085 strat->posInT=posInT110; 1087 srmax = strat->sl; 1088 reduc = olddeg = lrmax = 0; 1086 reduc = olddeg = 0; 1089 1087 1090 1088 /* compute------------------------------------------------------- */ 1091 1089 while (strat->Ll >= 0) 1092 1090 { 1093 if (strat->Ll > lrmax) lrmax =strat->Ll;/*stat.*/1094 1095 1091 if (TEST_OPT_DEBUG) messageSets(strat); 1096 1092 … … 1248 1244 } 1249 1245 if (strat->P.lcm!=NULL) pLmFree(strat->P.lcm); 1250 if (strat->sl>srmax) srmax = strat->sl;1251 1246 } 1252 1247 #ifdef KDEBUG … … 1289 1284 // } 1290 1285 // } 1291 if (TEST_OPT_PROT) messageStat( srmax,lrmax,hilbcount,strat);1286 if (TEST_OPT_PROT) messageStat(hilbcount,strat); 1292 1287 if (Q!=NULL) updateResult(strat->Shdl,Q,strat); 1293 1288
Note: See TracChangeset
for help on using the changeset viewer.