Changeset 5ff885 in git for libpolys/polys


Ignore:
Timestamp:
Sep 22, 2011, 8:34:54 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a7bb1423587c3511888189e69e8c6a0b017b9f5f
Parents:
546f7ff636157168940fd7689f58167ea0a28a2d
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-22 20:34:54+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:52+01:00
Message:
FIX: rWrite should output qideal for quotients!
File:
1 edited

Legend:

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

    r546f7ff r5ff885  
    426426  }
    427427#endif
    428   //if (r->qideal!=NULL)
    429   //{
    430   //  PrintS("\n// quotient ring from ideal\n");
    431   //  iiWriteMatrix((matrix)r->qideal,"_",1);
    432   //}
     428  if (r->qideal!=NULL)
     429  {
     430    PrintS("\n// quotient ring from ideal\n");
     431    iiWriteMatrix((matrix)r->qideal,"_",1,r);
     432  }
    433433}
    434434
Note: See TracChangeset for help on using the changeset viewer.