From 64d8efa4f3abe4257120b85fb4d4a063d96edbfc Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 25 Apr 2014 20:04:08 +0200 Subject: Use old 'velocity groups' algorithm on version 1.0 instruments and new 'power distribution' algorithm on 2.0 instruments. Remove 'with-experimental' option from configure. --- src/instrument.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/instrument.h') diff --git a/src/instrument.h b/src/instrument.h index b7ddeea..416b6c2 100644 --- a/src/instrument.h +++ b/src/instrument.h @@ -64,7 +64,7 @@ private: std::string _name; std::string _description; - VersionStr _version; + VersionStr version; RangeMap samples; PowerList powerlist; -- cgit v1.2.3