Changeset c987db in git for libpolys/polys/matpol.cc
- Timestamp:
- Feb 3, 2023, 4:53:58 PM (10 months ago)
- Branches:
- (u'spielwiese', 'ec94ef7a30b928574c0c3daf41f6804dff5f6b69')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/matpol.cc
rad2543e rc987db 37 37 matrix mpNew(int r, int c) 38 38 { 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 //}46 39 matrix rc = (matrix)omAllocBin(sip_sideal_bin); 47 40 rc->nrows = r;
Note: See TracChangeset
for help on using the changeset viewer.