Changeset 96eb92 in git
- Timestamp:
- Feb 2, 2007, 2:00:33 PM (16 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- b3a893f4994a09444cb7887c382b056f37231adc
- Parents:
- ff43b2dba597d03b936decc3946bcd866bd3f0c7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/gring.cc
rff43b2 r96eb92 7 7 * Author: levandov (Viktor Levandovsky) 8 8 * Created: 8/00 - 11/00 9 * Version: $Id: gring.cc,v 1.4 1 2007-02-02 12:53:52Singular Exp $9 * Version: $Id: gring.cc,v 1.42 2007-02-02 13:00:33 Singular Exp $ 10 10 *******************************************************************/ 11 11 #include "mod2.h" … … 2605 2605 WeChangeRing = 1; 2606 2606 } 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! 2608 2609 2609 2610 int i,j;
Note: See TracChangeset
for help on using the changeset viewer.