Changeset 39457c in git for numeric/mpr_base.cc
- Timestamp:
- Sep 15, 2011, 6:30:41 PM (12 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- e8521255a86e408ae951c170cf03b353c321be74
- Parents:
- 35e86e4b8846ae589996e378f75e28b2aa48605e
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-09-15 18:30:41+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:50+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
numeric/mpr_base.cc
r35e86e r39457c 2515 2515 2516 2516 // obachman: idMatrix2Module frees resmat !! 2517 ideal resmod= id Matrix2Module(resmat);2517 ideal resmod= id_Matrix2Module(resmat,currRing); 2518 2518 return resmod; 2519 2519 } … … 2546 2546 2547 2547 // obachman: idMatrix2Module frees resmat !! 2548 ideal resmod= id Matrix2Module(resmat);2548 ideal resmod= id_Matrix2Module(resmat,currRing); 2549 2549 return resmod; 2550 2550 }
Note: See TracChangeset
for help on using the changeset viewer.