Changeset a8ef67 in git
- Timestamp:
- Jul 12, 2010, 7:38:35 PM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 42dbf1aca7d981b8a292be33943dc8b0a568578e
- Parents:
- e519c5c94f685f1ea03a21b72bddde0ea0d5f7f3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/ideals.cc
re519c5c ra8ef67 4072 4072 x[j]=NULL; // nlInit(0...) takes no memory 4073 4073 } 4074 pSetCoeff(h,n); 4075 //Print("new mon:");pWrite(h); 4076 res_p=pAdd(res_p,h); 4074 if (nlIsZero(n)) pDelete(&h); 4075 else 4076 { 4077 pSetCoeff(h,n); 4078 //Print("new mon:");pWrite(h); 4079 res_p=pAdd(res_p,h); 4080 } 4077 4081 } 4078 4082 result->m[i]=res_p;
Note: See TracChangeset
for help on using the changeset viewer.