Changeset e25d25 in git for Singular/iparith.cc
- Timestamp:
- Sep 8, 1998, 4:24:42 PM (25 years ago)
- Branches:
- (u'spielwiese', 'a7324b6e0b44a1a8ed3fa4d9ca3e2ff210ddd52c')
- Children:
- 225677eaadbf609a3f4c3c50f52112bbd8056a24
- Parents:
- 48340025f0275e744df1383402a93b3605734ae8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
r483400 re25d25 2535 2535 { 2536 2536 poly p=(poly)v->Data(); 2537 intvec *iv=new intvec(pVariables); 2537 int s=pVariables; 2538 if (v->Typ()==VECTOR_CMD) s++; 2539 intvec *iv=new intvec(s); 2538 2540 if (p!=NULL) 2539 2541 { … … 2542 2544 (*iv)[i-1]=pGetExp(p,i); 2543 2545 } 2546 if (s!=pVariables) 2547 (*iv)[pVariables]=pGetComp(p); 2544 2548 } 2545 2549 res->data=(char *)iv;
Note: See TracChangeset
for help on using the changeset viewer.