diff options
Diffstat (limited to 'utils/eurephia_init.c')
-rw-r--r-- | utils/eurephia_init.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/utils/eurephia_init.c b/utils/eurephia_init.c index 06d13b8..b1bac43 100644 --- a/utils/eurephia_init.c +++ b/utils/eurephia_init.c @@ -54,9 +54,8 @@ #include <argparser.h> #include <get_console_input.h> -/** - * @copydoc benchmark() - */ + +// Found in benchmark.c int benchmark(int *min, int *max, int thr_min, int thr_max); |