Skip to content

Commit

Permalink
arguments were out of order
Browse files Browse the repository at this point in the history
  • Loading branch information
searchivairus committed Feb 4, 2018
1 parent 2562276 commit bff8bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion similarity_search/apps/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -636,8 +636,8 @@ int main(int ac, char* av[]) {
DataFile,
QueryFile,
CacheGSFilePrefix,
recallOnly,
maxCacheGSRelativeQty,
recallOnly,
MaxNumData,
MaxNumQuery,
knn,
Expand Down

0 comments on commit bff8bc0

Please sign in to comment.