Changeset 380c4c in git
- Timestamp:
- Oct 14, 2011, 4:42:32 PM (12 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 6a9698521b129438c697145fcdef089408e4ae22
- Parents:
- 7cc086cb5be2cac29039c89051bc9f20438a08eb
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-10-14 16:42:32+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:14:07+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
r7cc086 r380c4c 6077 6077 memcpy(m->m,I->m,i*sizeof(poly)); 6078 6078 memset(I->m,0,i*sizeof(poly)); 6079 id Delete(&I);6079 id_Delete(&I,currRing); 6080 6080 res->data = (char *)m; 6081 6081 return FALSE; … … 6091 6091 } 6092 6092 res->data = (char *)id_Module2formatedMatrix((ideal)u->CopyD(MODUL_CMD), 6093 (int)(long)v->Data(),(int)(long)w->Data(),currRing);6093 mi,ni,currRing); 6094 6094 return FALSE; 6095 6095 } … … 6116 6116 } 6117 6117 } 6118 id Delete((ideal *)&I);6118 id_Delete((ideal *)&I,currRing); 6119 6119 res->data = (char *)m; 6120 6120 return FALSE;
Note: See TracChangeset
for help on using the changeset viewer.