Changeset 4470e25 in git
- Timestamp:
- Jun 16, 2015, 12:03:49 PM (8 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 616e3427b8c510a91535f3e6142aa3be22d7c043
- Parents:
- 4a45a4ed68455eeb07001789c025a0c5dac329d5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/maps_ip.cc
r4a45a4e r4470e25 80 80 #endif 81 81 res->rtyp=POLY_CMD; 82 if (nCoeff_is_ algExt(currRing->cf))82 if (nCoeff_is_Extension(currRing->cf)) 83 83 res->data=(void *)p_MinPolyNormalize((poly)res->data, currRing); 84 84 pTest((poly) res->data); … … 91 91 92 92 93 if (nCoeff_is_ algExt(currRing->cf))93 if (nCoeff_is_Extension(currRing->cf)) 94 94 { 95 95 n_Normalize(a, currRing->cf); // ??? … … 270 270 n_Delete(&d, currRing); d = NULL; 271 271 } 272 else if (!p_IsConstant((poly)NUM((fraction)d), R))272 else if (!p_IsConstant((poly)NUM((fraction)d), R)) 273 273 { 274 274 WarnS("ignoring denominators of coefficients...");
Note: See TracChangeset
for help on using the changeset viewer.