Changeset a7a94ed in git for kernel/hilb.cc
- Timestamp:
- Jan 6, 2010, 1:27:29 PM (14 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- b46774f2ffde4294abff59d9fdb51d1914924c72
- Parents:
- 8cc23471085d8b316b9e069e3af261cb141cccea
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/hilb.cc
r8cc234 ra7a94ed 217 217 intvec *work, *hseries1=NULL; 218 218 int mc; 219 int *p0;219 int p0; 220 220 int i, j, k, l, ii, mw; 221 221 hexist = hInit(S, Q, &hNexist, tailRing); … … 237 237 #endif 238 238 239 p0 = (int *)omAllocBin(int_bin); 240 *p0 = 1; 239 p0 = 1; 241 240 hwork = (scfmon)omAlloc(hNexist * sizeof(scmon)); 242 241 hvar = (varset)omAlloc((pVariables + 1) * sizeof(int)); … … 285 284 hLexS(hstc, hNstc, hvar, hNvar); 286 285 Q0[hNvar] = 0; 287 hHilbStep(hpure, hstc, hNstc, hvar, hNvar, p0, 1);286 hHilbStep(hpure, hstc, hNstc, hvar, hNvar, &p0, 1); 288 287 } 289 288 } … … 361 360 omFreeSize((ADDRESS)hwork, hNexist * sizeof(scmon)); 362 361 hDelete(hexist, hNexist); 363 omFreeBin((ADDRESS)p0, int_bin);364 362 if (hisModule!=0) 365 363 omFreeSize((ADDRESS)hstc, hNexist * sizeof(scmon));
Note: See TracChangeset
for help on using the changeset viewer.