LESbrary.jl icon indicating copy to clipboard operation
LESbrary.jl copied to clipboard

Don't assume time-step is a `wizard` in `SimulationProgressMessenger`

Open glwagner opened this issue 4 years ago • 0 comments

This line assumes that the time-step is a TimeStepWizard:

https://github.com/ali-ramadhan/LESbrary.jl/blob/09b0e4f0e8f275592e32d77651f488d50bb645bf/src/Utils/progress_messenger.jl#L35

which breaks simple scripts that don't use a wizard.

glwagner avatar May 26 '20 21:05 glwagner