Skip to content
Snippets Groups Projects
Commit 9d3c8f0f authored by MichelJuillard's avatar MichelJuillard
Browse files

adding missing semi-colon

(cherry picked from commit 5bda6afa)
parent 8010c576
Branches
Tags
No related merge requests found
......@@ -48,6 +48,10 @@ function [dr,info] = stochastic_solvers(dr,task,M_,options_,oo_)
info = 0;
if options_.linear
options_.order = 1;
end
if (options_.aim_solver == 1) && (options_.order > 1)
error('Option "aim_solver" is incompatible with order >= 2')
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment