Changeset efa704d in git


Ignore:
Timestamp:
Jul 9, 2014, 4:17:51 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a5d939baf72c29e6a2c7fec8cd8193fc5da0a99b
Parents:
2b7d2a5fcf35d6c7f0562f38f5cb9455ab5a1605
Message:
compatibility with intmat/intvec
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/bigintmat.cc

    r2b7d2a5 refa704d  
    182182  return bim;
    183183}
    184 bigintmat * bimAdd(bigintmat * a, int b) //WHY????
    185 {
    186 
    187   Werror("this does not make any sense bim + int called");
    188   return 0;
     184bigintmat * bimAdd(bigintmat * a, int b)
     185{
     186
    189187  const int mn = a->rows()*a->cols();
    190188
     
    223221bigintmat * bimSub(bigintmat * a, int b)
    224222{
    225 
    226   Werror("this does not make any sense bim + int called");
    227   return 0;
    228223  const int mn = a->rows()*a->cols();
    229224
Note: See TracChangeset for help on using the changeset viewer.