Changeset 720 for trunk/yat/statistics


Ignore:
Timestamp:
Dec 26, 2006, 7:21:36 PM (17 years ago)
Author:
Jari Häkkinen
Message:

Fixes #170. Almost all inlines removed, some classes have no cc file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/statistics/AveragerPair.h

    r718 r720  
    5353    /// number of pair of values \a n
    5454    ///
    55     //inline AveragerPair(const double x, const double xx, const double y,
     55    //AveragerPair(const double x, const double xx, const double y,
    5656    //                    const double yy, const double xy, const unsigned long n)
    5757    //  : x_(Averager(x,xx,n)), y_(Averager(y,yy,n)), xy_(xy) {}
Note: See TracChangeset for help on using the changeset viewer.