options->buffer_size=((options->tf-options->t0)/options->dt0)+1;// size of the SDL buffer [-], if possible, equal (or higher) to the number of time steps
options->buffer_size=(int)((options->tf-options->t0)/options->dt0)+1;// size of the SDL buffer [-], if possible, equal (or higher) to the number of time steps