Changeset 39457c in git for numeric/mpr_base.cc


Ignore:
Timestamp:
Sep 15, 2011, 6:30:41 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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
Message:
fix: Module2Matrix/Matrix2Module: less dep. on currRing
File:
1 edited

Legend:

Unmodified
Added
Removed
  • numeric/mpr_base.cc

    r35e86e r39457c  
    25152515
    25162516  // obachman: idMatrix2Module frees resmat !!
    2517   ideal resmod= idMatrix2Module(resmat);
     2517  ideal resmod= id_Matrix2Module(resmat,currRing);
    25182518  return resmod;
    25192519}
     
    25462546
    25472547  // obachman: idMatrix2Module frees resmat !!
    2548   ideal resmod= idMatrix2Module(resmat);
     2548  ideal resmod= id_Matrix2Module(resmat,currRing);
    25492549  return resmod;
    25502550}
Note: See TracChangeset for help on using the changeset viewer.