Skip to content

Add check for purely backwards model to k_order_pert

Johannes Pfeifer requested to merge JohannesPfeifer:k_order_backward into master

The k_order_solver does not solve purely backwards models (as is the case in stochastic_solvers.m). But in contrast to stochastic_solvers, there is no check and no warning. Entering the mex-file then results in a crash of Matlab

Merge request reports