Skip to content
Snippets Groups Projects
Commit 77b6dda2 authored by Pedro Gonnet's avatar Pedro Gonnet
Browse files

guess initial time step if dt_min is zero.

Former-commit-id: 855ef7d431949defe2ed4eb16bb697eb8594c05f
parent e2afccea
No related branches found
No related tags found
No related merge requests found
......@@ -851,9 +851,6 @@ int main ( int argc , char *argv[] ) {
engine_init( &e , &s , dt_max , nr_threads , nr_queues , engine_policy_steal | engine_policy_keep );
printf( "main: engine_init took %.3f ms.\n" , ((double)(getticks() - tic)) / CPU_TPS * 1000 ); fflush(stdout);
/* set the time step. */
e.dt = dt_max;
/* Init the runner history. */
#ifdef HIST
for ( k = 0 ; k < runner_hist_N ; k++ )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment