Changeset fc2746 in git for libpolys/polys/monomials


Ignore:
Timestamp:
Mar 5, 2012, 5:24:33 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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/polys/monomials/ring.cc

    r9e26458 rfc2746  
    283283      //if (r->minideal!=NULL)
    284284      //{
    285       //  iiWriteMatrix((matrix)r->minideal,"//   minpolys",1,0);
     285      //  iiWriteMatrix((matrix)r->minideal,"//   minpolys",1,r,0);
    286286      //  PrintLn();
    287287      //}
     
    391391      PrintS(" ...");
    392392
    393 #if 0  /*Singularg should not differ from Singular except in error case*/
     393#if MYTEST  /*Singularg should not differ from Singular except in error case*/
    394394    Print("\n//   noncommutative type:%d", (int)ncRingType(r));
    395395    Print("\n//      is skew constant:%d",r->GetNC()->IsSkewConstant);
     
    405405//        {
    406406//          PrintLn();
    407 //          iiWriteMatrix((matrix)Q,"scaQ",1);
     407          iiWriteMatrix((matrix)Q,"scaQ",1,r,0);
    408408//        }
    409409//        else
    410             PrintS(" ...");
     410//            PrintS(" ...");
    411411      }
    412412      else
     
    422422    {
    423423      PrintLn();
    424       iiWriteMatrix((matrix)r->qideal,"_",1,r);
     424      iiWriteMatrix((matrix)r->qideal,"_",1,r,0);
    425425    } else PrintS(" ...");
    426426  }
Note: See TracChangeset for help on using the changeset viewer.