Changeset 5d0052 in git
- Timestamp:
- Apr 26, 2005, 10:58:52 AM (18 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 0f7ce1401a389e0267e8b32e0db65fd2a3b7269d
- Parents:
- 8ebd1a0b8374aade7c2b8ee876d9a99f7b0b1647
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kstd1.cc
r8ebd1a0 r5d0052 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: kstd1.cc,v 1. 7 2005-04-25 18:15:23Singular Exp $ */4 /* $Id: kstd1.cc,v 1.8 2005-04-26 08:58:52 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: … … 1231 1231 // statistics 1232 1232 if (TEST_OPT_PROT) PrintS("s"); 1233 // cancel unit1234 cancelunit(&strat->P);1235 1233 // normalization 1236 1234 if (!TEST_OPT_INTSTRATEGY) … … 1241 1239 if ((!strat->noTailReduction) && (!strat->honey)) 1242 1240 strat->initEcart(&strat->P); 1241 // cancel unit 1242 cancelunit(&strat->P); 1243 1243 // for char 0, clear denominators 1244 1244 if (TEST_OPT_INTSTRATEGY)
Note: See TracChangeset
for help on using the changeset viewer.