Changeset 737bbc2 in git
- Timestamp:
- Aug 23, 2013, 12:10:40 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- d80decce600077bff0c4e41af2ab34258874de3a
- Parents:
- 14a0ca748a86d906ecfcc3974abcd59a741ad988
- git-author:
- Martin Lee <martinlee84@web.de>2013-08-23 12:10:40+02:00
- git-committer:
- Martin Lee <martinlee84@web.de>2013-08-23 13:38:41+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/monomials/p_polys.cc
r14a0ca r737bbc2 2172 2172 n_Delete(&h,r->cf->extRing->cf); 2173 2173 } 2174 else2174 /*else 2175 2175 { 2176 2176 // special handling for rat. functions.: … … 2196 2196 } 2197 2197 /* hzz contains the gcd of all numerators in f*/ 2198 h=n_Invers(hzz,r->cf->extRing->cf);2198 /*h=n_Invers(hzz,r->cf->extRing->cf); 2199 2199 n_Delete(&hzz,r->cf->extRing->cf); 2200 2200 n_Normalize(h,r->cf->extRing->cf); … … 2211 2211 } 2212 2212 n_Delete(&h,r->cf->extRing->cf); 2213 } 2213 }*/ 2214 2214 } 2215 2215 }
Note: See TracChangeset
for help on using the changeset viewer.