-
- Downloads
fix do_step call
- was doing a step from `out` -> `out` - this resulted in null ptr deref after a failed integration step - instead do a step from `prev_out` -> `out`, where `prev_out` is a temporary which stores the previous `out` value - closes #29 fix dt > max_step error message
parent
b7c04d2a
No related branches found
No related tags found