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
Dóra Kocsis
dynare
Commits
6ef0f0c9
Commit
6ef0f0c9
authored
Aug 22, 2011
by
Houtan Bastani
Browse files
ms-sbvar bugfix: remove option shocks as it is not used
parent
383b12df
Changes
1
Hide whitespace changes
Inline
Side-by-side
mex/sources/ms-sbvar/mex_ms_sbvar.cc
View file @
6ef0f0c9
...
...
@@ -427,7 +427,7 @@ set_options(SbvarOption *options, const mxArray *prhs[])
if
(
shocks_passed
==
false
)
options
->
shocks
=
1
;
}
else
if
(
option_name
==
"shocks"
||
option_name
==
"shocks_per_parameter"
)
else
if
(
option_name
==
"shocks_per_parameter"
)
if
(
this_option_value
&&
mxIsNumeric
(
this_option_value
))
{
temp_buf
=
(
double
*
)
mxGetData
(
this_option_value
);
...
...
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