Changeset 4d8843 in git for kernel/ideals.cc
- Timestamp:
- Jun 14, 2007, 4:56:40 PM (16 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 96b9fdfc454734e468fa9e5febdfa8420536d8e9
- Parents:
- d8a0328e6cfefb97612f39bd9789312acceee6a5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/ideals.cc
rd8a032 r4d8843 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ideals.cc,v 1.4 4 2007-06-13 15:01:50 Singular Exp $ */4 /* $Id: ideals.cc,v 1.45 2007-06-14 14:56:40 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT - all basic methods to manipulate ideals … … 3722 3722 { 3723 3723 h=xx[j]->m[i]; 3724 if ((r==NULL)||(pLmCmp(r,h)==-1)) r=h; 3724 if ((h!=NULL) 3725 &&((r==NULL)||(pLmCmp(r,h)==-1))) 3726 r=h; 3725 3727 } 3726 3728 if (r==NULL) break;
Note: See TracChangeset
for help on using the changeset viewer.