benchmark.cc edited online with Bitbucket

This commit is contained in:
jpekkila
2019-12-21 11:26:54 +00:00
parent 35b56029cf
commit e4f7214b3a

View File

@@ -75,7 +75,7 @@ run_benchmark(const char* config_path)
} }
acSynchronize(); acSynchronize();
const AcReal dt = FLT_EPSILON; const AcReal dt = FLT_EPSILON;
printf("Using dt = %g\n", dt); printf("Using dt = %g\n", (double)dt);
Timer total_time; Timer total_time;
timer_reset(&total_time); timer_reset(&total_time);