Changeset 160f439 in git for Singular/ipshell.cc
- Timestamp:
- Mar 7, 2012, 2:54:51 PM (12 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 788fdfc919bcf38d8b469a0f59374abf9046985d8df232d7fd10ff577ecab04f47ac9607af084acc
- Parents:
- 71e40297a5618693d6e875ef10082d12e16204e3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipshell.cc
r71e402 r160f439 5657 5657 for(i=I->nrows*I->ncols-1;i>=0;i--) 5658 5658 { 5659 n=pGetVariables(I->m[i],e); 5659 int n0=pGetVariables(I->m[i],e); 5660 if (n0>n) n=n0; 5660 5661 } 5661 5662 jjINT_S_TO_ID(n,e,res);
Note: See TracChangeset
for help on using the changeset viewer.