Changeset 19370c in git for kernel/kspoly.cc
- Timestamp:
- Feb 7, 2007, 11:49:41 AM (16 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 89b59f6bb2e4c55ff6effd6ee652ae6444d424aa
- Parents:
- bccc3fcf764b040cb2f6573b1c8756d685b5eb0b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kspoly.cc
rbccc3f r19370c 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: kspoly.cc,v 1. 8 2007-01-11 10:37:35Singular Exp $ */4 /* $Id: kspoly.cc,v 1.9 2007-02-07 10:49:40 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT - Routines for Spoly creation and reductions … … 73 73 // (only needed if exp-bound(tailring)<exp-b(currRing)) 74 74 number c; 75 if (PR->bucket!=NULL) nc_ BucketPolyRed(PR->bucket, p2,&c);75 if (PR->bucket!=NULL) nc_kBucketPolyRed(PR->bucket, p2,&c); 76 76 else 77 77 {
Note: See TracChangeset
for help on using the changeset viewer.