Changeset e03e67 in git
- Timestamp:
- Jul 1, 1999, 2:26:53 PM (24 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- f36635a7c3254063139f62ee03bd046957c5bf54
- Parents:
- ff8ad1df0855a3635b599291e0a81a407380d4d8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/sparsmat.cc
rff8ad1d re03e67 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: sparsmat.cc,v 1.1 0 1999-06-30 14:42:39pohl Exp $ */4 /* $Id: sparsmat.cc,v 1.11 1999-07-01 12:26:53 pohl Exp $ */ 5 5 6 6 /* … … 531 531 this->smToredElim(); 532 532 } 533 if (y < 2) y = 2;534 if (act < y)533 if (y < 1) y = 1; 534 if (act <= y) 535 535 { 536 536 this->smCopToRes(); … … 569 569 if (tored != nrows) 570 570 this->smToredElim(); 571 if (act < y)571 if (act <= y) 572 572 { 573 573 this->smFinalMult();
Note: See TracChangeset
for help on using the changeset viewer.