Changeset 1e36c5 in git
- Timestamp:
- Feb 7, 2008, 10:36:17 AM (15 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 821a22ae8ecc6a0b779b6b960ba9b7a10b4225aa
- Parents:
- a76e11d6f019a70e57e96e732ff01c50230d2973
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kstd2.cc
ra76e11 r1e36c5 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: kstd2.cc,v 1.5 8 2008-02-06 09:12:46wienand Exp $ */4 /* $Id: kstd2.cc,v 1.59 2008-02-07 09:36:17 wienand Exp $ */ 5 5 /* 6 6 * ABSTRACT - Kernel: alg. of Buchberger … … 1244 1244 if (hilb!=NULL) khCheck(Q,w,hilb,hilbeledeg,hilbcount,strat); 1245 1245 // Print("[%d]",hilbeledeg); 1246 if (strat->P.lcm!=NULL) 1247 #ifdef HAVE_RINGS 1248 pLmDelete(strat->P.lcm); 1249 #else 1250 pLmFree(strat->P.lcm); 1251 #endif 1246 1252 if (strat->sl>srmax) srmax = strat->sl; 1247 1253 } … … 1251 1257 } 1252 1258 1253 if (strat->P.lcm!=NULL)1254 #ifdef HAVE_RINGS1255 pLmDelete(strat->P.lcm);1256 #else1257 pLmFree(strat->P.lcm);1258 #endif1259 1259 #ifdef KDEBUG 1260 1260 memset(&(strat->P), 0, sizeof(strat->P));
Note: See TracChangeset
for help on using the changeset viewer.