Changeset 311dbd7 in git


Ignore:
Timestamp:
May 23, 2014, 11:54:23 AM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c5fcdef94ae44d7f7bffc491973aad9d4b975369
Parents:
9e74d36ab6179b1687991fad57ad4613a9816f7c
git-author:
Martin Lee <martinlee84@web.de>2014-05-23 11:54:23+02:00
git-committer:
Martin Lee <martinlee84@web.de>2014-06-04 11:54:57+02:00
Message:
fix: clear denominators before computing norm
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facAlgExt.cc

    r9e74d36 r311dbd7  
    164164        f= oldF;
    165165      else
     166      {
    166167        f= oldF (y - shift*alpha, y);
     168        f *= bCommonDen (f);
     169      }
    167170      TIMING_START (fac_alg_norm);
    168171      norm= Norm (f, alpha);
Note: See TracChangeset for help on using the changeset viewer.