Changeset efbb91 in git
- Timestamp:
- Apr 2, 2008, 11:47:06 AM (15 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- fbfca9a52d0e064ebd96eb35f1960c912fb75d57
- Parents:
- e2a25ef5bf4799a4cf39ed869c34d7dc56eb7ef7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/ideals.cc
re2a25e refbb91 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ideals.cc,v 1.5 3 2008-04-02 08:22:36 Singular Exp $ */4 /* $Id: ideals.cc,v 1.54 2008-04-02 09:47:06 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT - all basic methods to manipulate ideals … … 1036 1036 1037 1037 ideal first,second,temp,temp1,result; 1038 intvec *w;1039 1038 poly p,q; 1040 1039 … … 1094 1093 } 1095 1094 } 1096 w=NULL;1095 intvec *w=NULL; 1097 1096 temp1 = kStd(temp,currQuotient,testHomog,&w,NULL,length); 1098 1097 if (w!=NULL) delete w; … … 1147 1146 if (TEST_OPT_RETURN_SB) 1148 1147 { 1148 w=NULL; 1149 1149 temp1=kStd(result,currQuotient,testHomog,&w); 1150 1150 if (w!=NULL) delete w;
Note: See TracChangeset
for help on using the changeset viewer.