Changeset c987db in git for libpolys/polys


Ignore:
Timestamp:
Feb 3, 2023, 4:53:58 PM (15 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
103e305ddf0f8228433a0d21ef52f9aeab76c8b5
Parents:
ad2543eab51733612ba7d118afc77edca719600e
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2023-02-03 16:53:58+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2023-02-03 16:56:13+01:00
Message:
opt: matrix->ideal
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/matpol.cc

    rad2543e rc987db  
    3737matrix mpNew(int r, int c)
    3838{
    39   int rr=r;
    40   if (rr<=0) rr=1;
    41   //if ( (((int)(MAX_INT_VAL/sizeof(poly))) / rr) <= c)
    42   //{
    43   //  Werror("internal error: creating matrix[%d][%d]",r,c);
    44   //  return NULL;
    45   //}
    4639  matrix rc = (matrix)omAllocBin(sip_sideal_bin);
    4740  rc->nrows = r;
Note: See TracChangeset for help on using the changeset viewer.