Changeset af3295 in git
- Timestamp:
- Mar 17, 2005, 3:15:13 PM (18 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 626431f94d2c4ee7dea65ea35df3f5ceb431c762
- Parents:
- 192b52223f17a21dece51a5e57177165a5418923
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kutil.cc
r192b522 raf3295 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: kutil.cc,v 1. 6 2005-02-17 09:42:20Singular Exp $ */4 /* $Id: kutil.cc,v 1.7 2005-03-17 14:15:13 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: kernel: utils for kStd … … 677 677 pFalseReturn(pp_Test(L->p2, currRing, L->tailRing)); 678 678 } 679 else if (tlength > 0 && T != NULL )679 else if (tlength > 0 && T != NULL && (lpos >=0)) 680 680 { 681 681 // now p1 and p2 must be != NULL and must be contained in T
Note: See TracChangeset
for help on using the changeset viewer.