Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Johannes Pfeifer
dynare
Commits
5bda6afa
Commit
5bda6afa
authored
Jul 16, 2012
by
MichelJuillard
Browse files
adding missing semi-colon
parent
1b3aa73c
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/stochastic_solvers.m
View file @
5bda6afa
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment