Changeset 0a3a629 in git for libpolys/polys/monomials


Ignore:
Timestamp:
Apr 13, 2011, 7:17:16 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
5d9aa6ba0e85f25a68a2cdc034476c3694495b62
Parents:
ee33a7ced725d6bd7bcfb344c937981897a8a06a
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-04-13 19:17:16+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:12:32+01:00
Message:
FIX: fixed the matrix-related inteface: e.g. mpCopy(matrix) -> mp_Copy(matrix, const ring)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/ring.cc

    ree33a7 r0a3a629  
    56135613    // error message should be in the interpreter interface
    56145614
    5615     mpDelete(&C, dest);
    5616     mpDelete(&D, dest);
     5615    mp_Delete(&C, dest);
     5616    mp_Delete(&D, dest);
    56175617
    56185618//    if (currRing != save)
     
    56225622  }
    56235623
    5624 //  mpDelete(&C, dest); // used by nc_CallPlural!
    5625 //  mpDelete(&D, dest);
     5624//  mp_Delete(&C, dest); // used by nc_CallPlural!
     5625//  mp_Delete(&D, dest);
    56265626
    56275627//  if (dest != save)
Note: See TracChangeset for help on using the changeset viewer.