Merge branch 'master' into 3d-decomposition-2020-01

This commit is contained in:
jpekkila
2020-01-05 16:48:26 +02:00

View File

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