Changeset 6a0a930 in git


Ignore:
Timestamp:
Aug 30, 2017, 3:48:34 PM (7 years ago)
Author:
Karim Abou Zeid <karim23697@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
38cab33eae23bee1ba177328dbf6f1c381b1f727d886c441b0630e2c69eaf28005942e6f14ce70c3
Parents:
6364ea22a202338555cf2e3bf60a50090a0acffb
Message:
Hotfix
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/fpadim.lib

    r6364ea r6a0a930  
    11891189
    11901190  // check special case 2
    1191   intmat zero[nrows(UG),ncols(UG)];
     1191  intmat zero[nrows(UG)][ncols(UG)];
    11921192  if (UG == zero) {
    11931193    return (0);
     
    12161216  }
    12171217  intmat UGk = UG;
    1218   intmat zero[nrows(UGk),ncols(UGk)];
     1218  intmat zero[nrows(UGk)][ncols(UGk)];
    12191219  int k = 1;
    12201220  while (UGk != zero) {
Note: See TracChangeset for help on using the changeset viewer.