Changeset 341943 in git
- Timestamp:
- Apr 5, 2019, 11:05:50 AM (4 years ago)
- Branches:
- (u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
- Children:
- 6b29f27d00172371b96eb5f545db8d0a6fe74d75
- Parents:
- f573055591b5819fc2d6a5795ca9b931a998ad1d
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
rf57305 r341943 5068 5068 return FALSE; 5069 5069 } 5070 #if 05070 #if 1 5071 5071 static BOOLEAN jjSYZYGY(leftv res, leftv v) 5072 5072 { … … 5102 5102 if (w!=NULL) 5103 5103 { 5104 (*w)+=add_row_shift;5105 5104 atSet(res,omStrDup("isHomog"),w,INTVEC_CMD); 5106 5105 } -
kernel/ideals.cc
rf57305 r341943 802 802 } 803 803 #endif 804 if (*w!=NULL)805 {806 int vl=(*w)->length()-k;807 intvec *v=new intvec(vl);808 for(int i=0;i<vl;i++) (*v)[i]=(**w)[i+k];809 delete *w;810 *w=v;811 }812 804 idTest(s_h3); 813 805 return s_h3;
Note: See TracChangeset
for help on using the changeset viewer.