Changeset d17626 in git


Ignore:
Timestamp:
May 19, 2015, 7:26:40 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
8a6ee51378e2ff2af2b1cb205bf0749908d32bb8
Parents:
f8589fc6a2984fafd860cc54d506245fca1b52b1
Message:
fix: printing of 0xn matrices
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipprint.cc

    rf8589f rd17626  
    6363static void ipPrint_MA0(matrix m, const char *name)
    6464{
    65   if (MATCOLS(m)>0)
     65  if ((MATCOLS(m)>0)&&(MATROWS(m)>0))
    6666  {
    6767    char **s=(char **)omAlloc(MATCOLS(m)*MATROWS(m)*sizeof(char*));
Note: See TracChangeset for help on using the changeset viewer.