Changeset 8f2bd1f in git
- Timestamp:
- Feb 6, 2008, 11:39:41 AM (15 years ago)
- Branches:
- (u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
- Children:
- 07b6ac817bf9b45f3a1072c271c5acf9ae3edbd3
- Parents:
- a539ad11b73ebc8b93d14f33279ca7d7f3a5412c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kutil.cc
ra539ad r8f2bd1f 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: kutil.cc,v 1.7 8 2008-02-06 09:12:46wienand Exp $ */4 /* $Id: kutil.cc,v 1.79 2008-02-06 10:39:41 wienand Exp $ */ 5 5 /* 6 6 * ABSTRACT: kernel: utils for kStd … … 1301 1301 erg = p_Add_q(pp_Mult_mm(pNext(p), m1, strat->tailRing), pp_Mult_mm(pNext(strat->S[i]), m2, strat->tailRing), strat->tailRing); 1302 1302 pNext(gcd) = erg; 1303 pLmDelete(m1); 1304 pLmDelete(m2); 1303 1305 1304 1306 #ifdef KDEBUG
Note: See TracChangeset
for help on using the changeset viewer.