Changeset 982b30 in git
- Timestamp:
- Jun 25, 2009, 9:55:36 AM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 832b70058672520c5e80a49ba96723f3a316ad73
- Parents:
- 3449c9b5bf93acbaa0ef759a0a9f94f85ef0c032
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kutil.cc
r3449c9b r982b30 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: kutil.cc,v 1.14 5 2009-06-13 14:37:58Singular Exp $ */4 /* $Id: kutil.cc,v 1.146 2009-06-25 07:55:36 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: kernel: utils for kStd … … 4564 4564 // set a flag and hope for a retry (in bba) 4565 4565 strat->completeReduce_retry=TRUE; 4566 if ((Ln.p != NULL) && (Ln.t_p != NULL)) Ln.p=NULL; 4566 4567 do 4567 4568 { … … 4670 4671 // set a flag and hope for a retry (in bba) 4671 4672 strat->completeReduce_retry=TRUE; 4673 if ((Ln.p != NULL) && (Ln.t_p != NULL)) Ln.p=NULL; 4672 4674 do 4673 4675 { … … 7490 7492 // set a flag and hope for a retry (in bba) 7491 7493 strat->completeReduce_retry=TRUE; 7494 if ((Ln.p != NULL) && (Ln.t_p != NULL)) Ln.p=NULL; 7492 7495 do 7493 7496 {
Note: See TracChangeset
for help on using the changeset viewer.