Changeset 5a9e7b in git for kernel/kspoly.cc
- Timestamp:
- Jan 3, 2007, 1:17:12 AM (16 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 3d11074289ae1a5160b095ecdc1e4d8279ffedc5
- Parents:
- 6dbc9674142dc50c311aab80c025def4c3a3bf08
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kspoly.cc
r6dbc96 r5a9e7b 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: kspoly.cc,v 1. 6 2006-06-20 21:44:18 wienandExp $ */4 /* $Id: kspoly.cc,v 1.7 2007-01-03 00:17:10 motsak Exp $ */ 5 5 /* 6 6 * ABSTRACT - Routines for Spoly creation and reductions … … 72 72 // (only needed if exp-bound(tailring)<exp-b(currRing)) 73 73 number c; 74 if (PR->bucket!=NULL) nc_ kBucketPolyRed(PR->bucket, p2,&c);74 if (PR->bucket!=NULL) nc_BucketPolyRed(PR->bucket, p2,&c); 75 75 else 76 76 {
Note: See TracChangeset
for help on using the changeset viewer.