Changeset 206e158 in git for kernel/kspoly.cc
- Timestamp:
- May 11, 2007, 12:48:05 PM (16 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- d15996cd44ce997d3360fac629f4062adb1c4836
- Parents:
- 3fd4df896525da08d34f33e88e6239994fa4d0e6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kspoly.cc
r3fd4df r206e158 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: kspoly.cc,v 1.1 0 2007-05-10 08:12:40wienand Exp $ */4 /* $Id: kspoly.cc,v 1.11 2007-05-11 10:48:03 wienand Exp $ */ 5 5 /* 6 6 * ABSTRACT - Routines for Spoly creation and reductions … … 14 14 #include "p_Procs.h" 15 15 #include "gring.h" 16 #ifdef HAVE_RING 2TOM16 #ifdef HAVE_RINGS 17 17 #include "polys.h" 18 18 #endif … … 214 214 a2 = tailRing->p_Procs->pp_Mult_mm(a2, m2, tailRing,last); 215 215 #ifdef HAVE_RINGS 216 if (rField_is_Ring(currRing) ) l2 = pLength(a2);216 if (rField_is_Ring(currRing) && !(rField_is_Domain(currRing))) l2 = pLength(a2); 217 217 #endif 218 218
Note: See TracChangeset
for help on using the changeset viewer.