removed video option, began benchmarking

This commit is contained in:
Phuntsok Drak-pa
2019-03-24 21:34:04 +01:00
parent eb1046603d
commit d9f2a2267c
6 changed files with 135 additions and 39 deletions

View File

@@ -4,7 +4,7 @@
#include <filesystem>
#include <tuple>
std::tuple<std::filesystem::path, std::filesystem::path, bool, int, int, bool>
std::tuple<std::filesystem::path, std::filesystem::path, int, int, bool>
parse_args(int, char **);
#endif /* GENETIC_IMAGE_INCLUDE_GENIMG_PARSEARGS_HH_ */