Changeset 8324cc in git for kernel/ideals.cc
- Timestamp:
- Feb 16, 2007, 11:50:10 AM (16 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 315ec157e2720c25cd94ca1aaa9d44b32f206ea3
- Parents:
- 9f11abb403ae6e53eed165c175ee7a67230b969b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/ideals.cc
r9f11ab r8324cc 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ideals.cc,v 1.3 8 2007-01-31 23:51:24motsak Exp $ */4 /* $Id: ideals.cc,v 1.39 2007-02-16 10:50:10 motsak Exp $ */ 5 5 /* 6 6 * ABSTRACT - all basic methods to manipulate ideals … … 2952 2952 if (p!=NULL) cmax=si_max(cmax,(int)pMaxComp(p)+1); 2953 2953 } 2954 if (w != NULL) 2954 2955 if (w->length()+1 < cmax) 2955 2956 { … … 2957 2958 return FALSE; 2958 2959 } 2959 pSetModDeg(w); 2960 2961 if(w!=NULL) 2962 pSetModDeg(w); 2963 2960 2964 for (i=length-1;i>=0;i--) 2961 2965 { … … 2972 2976 { 2973 2977 //pWrite(q); wrp(p); Print(" -> %d - %d\n",d,pFDeg(p,currRing)); 2978 if(w!=NULL) 2979 pSetModDeg(NULL); 2974 2980 return FALSE; 2975 2981 } … … 2977 2983 } 2978 2984 } 2979 pSetModDeg(NULL); 2985 2986 if(w!=NULL) 2987 pSetModDeg(NULL); 2988 2980 2989 return TRUE; 2981 2990 }
Note: See TracChangeset
for help on using the changeset viewer.