We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be0f1b1 commit da11a89Copy full SHA for da11a89
LibTrixi.jl/src/api_jl.jl
@@ -30,7 +30,7 @@ function trixi_step_jl(simstate)
30
31
ret = check_error(simstate.integrator)
32
33
- if ret != :Success
+ if !successful_retcode(ret)
34
error("integrator failed to perform time step, return code: ", ret)
35
end
36
0 commit comments