jfjoch_lite_perf_test: Add option to check geometry

This commit is contained in:
2025-10-04 17:44:53 +02:00
parent a26f8fc672
commit 4d679496b0

View File

@@ -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);