From bff8bc0e1cf5ec0a9c97d293e0a2eb56cdd38495 Mon Sep 17 00:00:00 2001 From: searchivairus Date: Sat, 3 Feb 2018 23:33:23 -0500 Subject: [PATCH] arguments were out of order --- similarity_search/apps/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/similarity_search/apps/main.cc b/similarity_search/apps/main.cc index b1c4a85..dd11f15 100644 --- a/similarity_search/apps/main.cc +++ b/similarity_search/apps/main.cc @@ -636,8 +636,8 @@ int main(int ac, char* av[]) { DataFile, QueryFile, CacheGSFilePrefix, - recallOnly, maxCacheGSRelativeQty, + recallOnly, MaxNumData, MaxNumQuery, knn,