Skip to content
Snippets Groups Projects
Commit 5bda6afa authored by MichelJuillard's avatar MichelJuillard
Browse files

adding missing semi-colon

parent 1b3aa73c
No related branches found
No related tags found
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