Changeset 8e18cc in git
- Timestamp:
- Jun 29, 2015, 3:37:09 PM (8 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 2a4231766997cb703074cd965636c35b364d526d
- Parents:
- 8968f107bcce7138b2090ae3d63f0b6b87446a53
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/polys0.cc
r8968f10 r8e18cc 142 142 } 143 143 p_Normalize(p,lmRing); 144 p_Normalize(p,lmRing); /* Manual/absfact.tst */ 144 if ((n_GetChar(lmRing->cf) == 0) 145 && (nCoeff_is_transExt(lmRing->cf))) 146 p_Normalize(p,lmRing); /* Manual/absfact.tst */ 145 147 if ((p_GetComp(p, lmRing) == 0) || (!lmRing->VectorOut)) 146 148 {
Note: See TracChangeset
for help on using the changeset viewer.