Ignore:
Timestamp:
Oct 6, 2011, 3:54:34 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
3f8b350503906e55935940f1ae7d33702c6db0b6
Parents:
4a7108c3e19c39459242441a574c24e6ecc5d06c
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-10-06 15:54:34+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:13:55+01:00
Message:
FIX: printing vs. typing of a quotient ring
ADD: tests for printing vs typing for qrings & non-commutative algebras
File:
1 edited

Legend:

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

    r4a7108c r3f5d6f  
    403403  if (r->qideal!=NULL)
    404404  {
    405     PrintS("\n// quotient ring from ideal\n");
    406     iiWriteMatrix((matrix)r->qideal,"_",1,r);
     405    PrintS("\n// quotient ring from ideal");
     406    if( details )
     407    {
     408      PrintLn();       
     409      iiWriteMatrix((matrix)r->qideal,"_",1,r);
     410    } else PrintS(" ...");
    407411  }
    408412}
Note: See TracChangeset for help on using the changeset viewer.