Changes between Version 7 and Version 8 of DatabaseBasedAnalysis/Examples


Ignore:
Timestamp:
08/12/18 14:05:18 (6 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseBasedAnalysis/Examples

    v7 v8  
    133133            double py = cr*Y+sr*X;
    134134
    135             double dx = MeanX - px*1.022;
    136             double dy = MeanY - py*1.022;
     135            double dx = MeanX - px*1.02;
     136            double dy = MeanY - py*1.02;
    137137
    138138            double norm = sqrt(dx*dx + dy*dy);