Skip to content

Clean up test prog & fix potential numerics issue

Oskar Lappi requested to merge Oskar_path_distribution_test_polish into master

delta_t was being accumulated using "+=" It will be more accurate to multiply delta_t with the timestep

Merge request reports