two best tuner instead of three
[satune.git] / src / Tuner / comptuner.h
index dd2810588902e2326724d6af67556451e7a44155..74183bcec5dfbf40bb4b7d8cad0dc1f553b1a4d9 100644 (file)
@@ -11,9 +11,9 @@ public:
        virtual ~CompTuner();
        void readData(uint numRuns);
        void tune();
-       void findBestThreeTuners();
+       void findBestTwoTuners();
 protected:
-       
+
 };
 
 inline long long min(long long num1, long long num2, long long num3) {