Changes between Version 3 and Version 4 of DatabaseBasedAnalysis/Examples


Ignore:
Timestamp:
08/12/18 13:55:58 (6 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseBasedAnalysis/Examples

    v3 v4  
    127127        double py = cr*Y+sr*X;
    128128
    129         double dx = MeanX - px*1.022;
    130         double dy = MeanY - py*1.022;
     129        double dx = MeanX - px*1.02;
     130        double dy = MeanY - py*1.02;
    131131
    132132        double norm = sqrt(dx*dx + dy*dy);