makes rankMutations return a value

Class state-machine isn't working very well
This commit is contained in:
Mark Hoekveen
2019-03-03 11:21:12 +01:00
parent aa31c1f513
commit ffed7bff6e
2 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ public:
~DescriptorManager();
void Init();
void rankImages(string image_name, int method);
void rankMutations(string image_name, int method);
multiset<pair<unsigned long long, string>> rankMutations(string image_name, int method);
void runExperiments();
void outputMap(int a);
void outputMap();