Changeset 96eb92 in git


Ignore:
Timestamp:
Feb 2, 2007, 2:00:33 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
b3a893f4994a09444cb7887c382b056f37231adc
Parents:
ff43b2dba597d03b936decc3946bcd866bd3f0c7
Message:
*hannes: assume fixed (see idElimination)


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

Legend:

Unmodified
Added
Removed
  • kernel/gring.cc

    rff43b2 r96eb92  
    77 *  Author:  levandov (Viktor Levandovsky)
    88 *  Created: 8/00 - 11/00
    9  *  Version: $Id: gring.cc,v 1.41 2007-02-02 12:53:52 Singular Exp $
     9 *  Version: $Id: gring.cc,v 1.42 2007-02-02 13:00:33 Singular Exp $
    1010 *******************************************************************/
    1111#include "mod2.h"
     
    26052605    WeChangeRing = 1;
    26062606  }
    2607   assume( currRing == r->nc->basering ); // otherwise we cannot work with all these matrices!
     2607  assume( (currRing == r->nc->basering)
     2608       || ((currRing->nc!=NULL) && (currRing->nc->basering==r->nc->basering)) );   // otherwise we cannot work with all these matrices!
    26082609
    26092610  int i,j;
Note: See TracChangeset for help on using the changeset viewer.