Changeset 7cbe8e in git
- Timestamp:
- Mar 16, 2011, 5:14:06 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 4a7fc0e7f633e5d5da168f796f1ce6d072f95936
- Parents:
- fddf1c0b111391917a4d5965b7ddf45adb7c05d6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipshell.cc
rfddf1c r7cbe8e 383 383 { 384 384 if (iterate) list1(prefix,h,TRUE,fullname); 385 385 if (IDTYP(h)==ALIAS_CMD) PrintS("A"); 386 386 if ((IDTYP(h)==RING_CMD) 387 387 || (IDTYP(h)==QRING_CMD) … … 1864 1864 // ---------------------------------------- 1865 1865 #ifdef HAVE_PLURAL // NC! in rDecompose 1866 if (rIsPluralRing(r)) 1866 if (rIsPluralRing(r)) 1867 1867 { 1868 1868 L->m[4].rtyp=MATRIX_CMD; … … 1985 1985 R->ch = R->ringflagb; 1986 1986 if ((mpz_cmp_ui(R->ringflaga, 2) == 0) && (R->ringflagb <= 8*sizeof(NATNUMBER))) 1987 { 1987 { 1988 1988 /* this branch should be active for ringflagb = 2..32 resp. 2..64, 1989 1989 depending on the size of a long on the respective platform */ … … 2300 2300 if (IDELEMS(R->algring->qideal)==1) 2301 2301 { 2302 R->minpoly=naInit(1,R); 2302 R->minpoly=naInit(1,R); 2303 2303 lnumber n=(lnumber)R->minpoly; 2304 2304 n->z=R->algring->qideal->m[0]; … … 4867 4867 ch = ringflagb; 4868 4868 if ((mpz_cmp_ui(ringflaga, 2) == 0) && (ringflagb <= 8*sizeof(NATNUMBER))) 4869 { 4869 { 4870 4870 /* this branch should be active for ringflagb = 2..32 resp. 2..64, 4871 4871 depending on the size of a long on the respective platform */ … … 5036 5036 goto rInitError; 5037 5037 5038 #ifdef HABE_RINGS 5039 // currently, coefficients which are ring elements require a global ordering: 5040 if (rField_is_Ring(R) && (R->pOrdSgn==-1)) 5041 { 5042 WerrorS("global ordering required for these coefficients"); 5043 goto rInitError; 5044 } 5045 #endif 5046 5038 5047 rTest(R); 5039 5048
Note: See TracChangeset
for help on using the changeset viewer.