Changeset 737bbc2 in git


Ignore:
Timestamp:
Aug 23, 2013, 12:10:40 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
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
Message:
chg: commented out changes from f1ab975d to p_polys.cc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/p_polys.cc

    r14a0ca r737bbc2  
    21722172        n_Delete(&h,r->cf->extRing->cf);
    21732173      }
    2174       else
     2174      /*else
    21752175      {
    21762176      // special handling for rat. functions.:
     
    21962196        }
    21972197        /* 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);
    21992199        n_Delete(&hzz,r->cf->extRing->cf);
    22002200        n_Normalize(h,r->cf->extRing->cf);
     
    22112211        }
    22122212        n_Delete(&h,r->cf->extRing->cf);
    2213       }
     2213      }*/
    22142214    }
    22152215  }
Note: See TracChangeset for help on using the changeset viewer.