From 4d679496b076a89990629a1bbbbe99a40dcc052b Mon Sep 17 00:00:00 2001 From: Filip Leonarski Date: Sat, 4 Oct 2025 17:44:53 +0200 Subject: [PATCH] jfjoch_lite_perf_test: Add option to check geometry --- tools/jfjoch_lite_perf_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/jfjoch_lite_perf_test.cpp b/tools/jfjoch_lite_perf_test.cpp index 98f50909..2f7ab6a5 100644 --- a/tools/jfjoch_lite_perf_test.cpp +++ b/tools/jfjoch_lite_perf_test.cpp @@ -52,7 +52,7 @@ int main(int argc, char **argv) { } int opt; - while ((opt = getopt(argc, argv, "N:P:i:F::QvX:t:f:")) != -1) { + while ((opt = getopt(argc, argv, "N:P:i:F::QGvX:t:f:")) != -1) { switch (opt) { case 'N': nthreads = atol(optarg);