reset timestep

Just curious -

If reset timestep is used, what happens when non-integer values are specified?

For instance,

is reset_timestep 0

the same as

reset_timestep 0.00001?

It seems to be the same, but just curious if anyone knows how non-integer values are treated.

Why don’t you try it?

reset_timestep 0.0001
run 0

See what timestep it prints.

Steve