Changeset e03e67 in git


Ignore:
Timestamp:
Jul 1, 1999, 2:26:53 PM (24 years ago)
Author:
Wilfred Pohl <pohl@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
f36635a7c3254063139f62ee03bd046957c5bf54
Parents:
ff8ad1df0855a3635b599291e0a81a407380d4d8
Message:
bug fix


git-svn-id: file:///usr/local/Singular/svn/trunk@3206 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/sparsmat.cc

    rff8ad1d re03e67  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: sparsmat.cc,v 1.10 1999-06-30 14:42:39 pohl Exp $ */
     4/* $Id: sparsmat.cc,v 1.11 1999-07-01 12:26:53 pohl Exp $ */
    55
    66/*
     
    531531    this->smToredElim();
    532532  }
    533   if (y < 2) y = 2;
    534   if (act < y)
     533  if (y < 1) y = 1;
     534  if (act <= y)
    535535  {
    536536    this->smCopToRes();
     
    569569    if (tored != nrows)
    570570      this->smToredElim();
    571     if (act < y)
     571    if (act <= y)
    572572    {
    573573      this->smFinalMult();
Note: See TracChangeset for help on using the changeset viewer.