Changeset 30f22c in git
- Timestamp:
- Jun 10, 2006, 1:17:04 AM (17 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- a2466fbcde17ab1265505822b248915916608195
- Parents:
- bf5ca41d431c02702bfca8a4bd8b6e9c0908d8d7
- Location:
- kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kspoly.cc
rbf5ca41 r30f22c 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: kspoly.cc,v 1. 4 2006-03-20 20:33:56wienand Exp $ */4 /* $Id: kspoly.cc,v 1.5 2006-06-09 23:17:04 wienand Exp $ */ 5 5 /* 6 6 * ABSTRACT - Routines for Spoly creation and reductions … … 496 496 if (currRing->cring == 1) 497 497 { 498 t1 = n Add(t1, t2);498 t1 = nSub(t1, t2); 499 499 equal = nIsZero(t1); 500 500 nDelete(&t2); -
kernel/ringgb.cc
rbf5ca41 r30f22c 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ringgb.cc,v 1. 9 2006-06-08 22:33:36wienand Exp $ */4 /* $Id: ringgb.cc,v 1.10 2006-06-09 23:17:04 wienand Exp $ */ 5 5 /* 6 6 * ABSTRACT: ringgb interface … … 197 197 int j = 0; 198 198 for (i = 0; i < IDELEMS(GI) - 1; i++) { 199 Print("-"); 199 200 for (j = i + 1; j < IDELEMS(GI); j++) { 200 201 f = pCopy(GI->m[i]);
Note: See TracChangeset
for help on using the changeset viewer.