Changeset 1179b5 in git
- Timestamp:
- Nov 29, 2013, 7:32:28 PM (9 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'ad2543eab51733612ba7d118afc77edca719600e')
- Children:
- a7b37d65dd6d473a1bf5d915d9853076679013b0
- Parents:
- 2b691ca17a06c424cb7ee82c9d8dddbb88cc51cc
- git-author:
- Christian Eder <ederc@mathematik.uni-kl.de>2013-11-29 19:32:28+01:00
- git-committer:
- Christian Eder <ederc@mathematik.uni-kl.de>2013-12-12 13:51:27+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kspoly.cc
r2b691c r1179b5 238 238 printf("--------------\n"); 239 239 #endif 240 sigMult = p p_Mult_qq(f1,sigMult,currRing);240 sigMult = p_Mult_q(f1,sigMult,currRing); 241 241 //#if 1 242 242 #ifdef DEBUGF5 … … 256 256 257 257 #endif 258 pDelete(&f1);258 //pDelete(&f1); 259 259 pDelete(&sigMult); 260 260 // go on with the computations only if the signature of p2 is greater than the
Note: See TracChangeset
for help on using the changeset viewer.