diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-02 00:59:36 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-02 00:59:36 +0100 |
| commit | 4f6b9809ed4c9291e2577ee8e0f3bebf15ca2629 (patch) | |
| tree | afd8890b4b0a0c850ed8dad19e5815a90be83ac8 /src/dcp.h | |
| parent | 12fe692248cfd7f604b8ac7d596bf796c0bf420a (diff) | |
Compare using maximum mean absolute difference and standard deviation.
Diffstat (limited to 'src/dcp.h')
| -rw-r--r-- | src/dcp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -106,7 +106,7 @@ public: return _length; } - std::list<std::string> equals (DCP const & other, EqualityFlags flags) const; + std::list<std::string> equals (DCP const & other, EqualityFlags flags, double max_mean, double max_std_dev) const; /** Emitted with a parameter between 0 and 1 to indicate progress * for long jobs. |
