Changeset 39457c in git for kernel/ideals.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
  • kernel/ideals.cc

    r35e86e r39457c  
    19051905    return NULL;
    19061906  }
    1907   h = idMatrix2Module(mp_Copy(a,currRing));
     1907  h = id_Matrix2Module(mp_Copy(a,currRing),currRing);
    19081908  bound = sm_ExpBound(h,c,r,ar,currRing);
    19091909  idDelete(&h);
Note: See TracChangeset for help on using the changeset viewer.