From e4f7214b3a65b70a0bd8c0413046a81b82477bc8 Mon Sep 17 00:00:00 2001 From: jpekkila Date: Sat, 21 Dec 2019 11:26:54 +0000 Subject: [PATCH] benchmark.cc edited online with Bitbucket --- src/standalone/benchmark.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/standalone/benchmark.cc b/src/standalone/benchmark.cc index 976e745..1a44512 100644 --- a/src/standalone/benchmark.cc +++ b/src/standalone/benchmark.cc @@ -75,7 +75,7 @@ run_benchmark(const char* config_path) } acSynchronize(); const AcReal dt = FLT_EPSILON; - printf("Using dt = %g\n", dt); + printf("Using dt = %g\n", (double)dt); Timer total_time; timer_reset(&total_time);