Changeset 9068b4e in git
- Timestamp:
- Jan 30, 2008, 10:14:04 AM (15 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
- Children:
- b18621d3f9473a4a76cf41af06dfefe3b7a400f5
- Parents:
- d772c3a7fde8da702386b51d66296d48b7be5edf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kutil.cc
rd772c3 r9068b4e 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: kutil.cc,v 1.7 2 2008-01-30 09:01:36wienand Exp $ */4 /* $Id: kutil.cc,v 1.73 2008-01-30 09:14:04 wienand Exp $ */ 5 5 /* 6 6 * ABSTRACT: kernel: utils for kStd … … 4431 4431 if ((strat->sl>=0) 4432 4432 #ifdef HAVE_RINGS 4433 && nIsUnit(pGetCoef (strat->L[strat->Ll].p)4433 && nIsUnit(pGetCoeff(strat->L[strat->Ll].p)) 4434 4434 #endif 4435 4435 && pIsConstant(strat->S[0])) … … 4530 4530 if ((strat->Ll>=0) 4531 4531 #ifdef HAVE_RINGS 4532 && nIsUnit(pGetCoef (strat->L[strat->Ll].p)4532 && nIsUnit(pGetCoeff(strat->L[strat->Ll].p)) 4533 4533 #endif 4534 4534 && pIsConstant(strat->L[strat->Ll].p))
Note: See TracChangeset
for help on using the changeset viewer.