Changeset fc2746 in git for libpolys/coeffs/coeffWrite


Ignore:
Timestamp:
Mar 5, 2012, 5:24:33 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
Children:
de0a2a63707154c996bdb17673b41439c4a047f6
Parents:
9e26458fea6f12f6acae94134fb3c4bc0178ecd7
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-03-05 17:24:33+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-03-05 17:42:52+01:00
Message:
fix the usage of iiWriteMatrix

NOTE: trailing (int)0 have been treated wrongly as (ring)NULL...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/coeffWrite

    r9e26458 rfc2746  
    6666      if (r->minideal!=NULL)
    6767      {
    68         if (r==currRing) iiWriteMatrix((matrix)r->minideal,"//   minpolys",1,0);
     68        if (r==currRing) iiWriteMatrix((matrix)r->minideal,"//   minpolys",1,r,0);
    6969        else PrintS("//   minpolys=...");
    7070        PrintLn();
Note: See TracChangeset for help on using the changeset viewer.