Changeset 3c3d47 in git


Ignore:
Timestamp:
Oct 29, 2013, 12:24:46 PM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
2ad13d75dd269f473ec07a73cb2b92e60423d8b9
Parents:
d302d07c56cde53a3680353cb3985baaa2572f53
Message:
fix: typeof(bigintmat)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    rd302d0 r3c3d47  
    51475147    case QRING_CMD:      res->data=omStrDup("qring"); break;
    51485148    case INTMAT_CMD:     res->data=omStrDup("intmat"); break;
     5149    case BIGINTMAT_CMD:  res->data=omStrDup("bigintmat"); break;
    51495150    case NUMBER_CMD:     res->data=omStrDup("number"); break;
    51505151    case BIGINT_CMD:     res->data=omStrDup("bigint"); break;
Note: See TracChangeset for help on using the changeset viewer.