Changeset bad294 in git
- Timestamp:
- Feb 1, 2007, 5:20:44 PM (16 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- db70a23edf7040a3fa40d7ac55c0c84cd08b970e
- Parents:
- c591ad0eb4ed9f5be86c0c85d2412be2ad6be556
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kutil.cc
rc591ad0 rbad294 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: kutil.cc,v 1.4 5 2007-01-11 17:04:40Singular Exp $ */4 /* $Id: kutil.cc,v 1.46 2007-02-01 16:20:44 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: kernel: utils for kStd … … 2518 2518 void superenterpairs (poly h,int k,int ecart,int pos,kStrategy strat, int atR) 2519 2519 { 2520 if (currRing->cring == 1) 2521 { 2520 assume (currRing->cring == 1) 2522 2521 // enter also zero divisor * poly, if this is non zero and of smaller degree 2523 2522 enterExtendedSpoly(h, strat); 2524 2523 initenterpairsRing(h, k, ecart, 0, strat, atR); 2525 } 2526 else 2527 { 2528 initenterpairs(h, k, ecart, 0, strat, atR); 2529 } 2530 clearSbatch(h, k, pos, strat); 2524 clearSbatch(h, k, pos, strat); 2531 2525 } 2532 2526 #endif
Note: See TracChangeset
for help on using the changeset viewer.