Changeset 2506


Ignore:
Timestamp:
Jul 1, 2011, 8:06:06 PM (12 years ago)
Author:
Peter
Message:

remove dead declaritions

File:
1 edited

Legend:

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

    r2202 r2506  
    5252    ///
    5353    AveragerPair(void);
    54 
    55     ///
    56     /// Constructor taking sum of \a x , \a xx , \a y , \a yy , xy and
    57     /// number of pair of values \a n
    58     ///
    59     //AveragerPair(const double x, const double xx, const double y,
    60     //                    const double yy, const double xy, const unsigned long n)
    61     //  : x_(Averager(x,xx,n)), y_(Averager(y,yy,n)), xy_(xy) {}
    6254
    6355    ///
Note: See TracChangeset for help on using the changeset viewer.