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
Dynare
preprocessor
Commits
241b6efd
Commit
241b6efd
authored
May 31, 2011
by
Houtan Bastani
Browse files
clean up sbvar code
parent
ba7ad522
Changes
1
Hide whitespace changes
Inline
Side-by-side
ComputingTasks.cc
View file @
241b6efd
...
...
@@ -918,7 +918,7 @@ void
SBVARStatement
::
writeOutput
(
ostream
&
output
,
const
string
&
basename
)
const
{
options_list
.
writeOutput
(
output
);
output
<<
"
ms_
sbvar(M_,options_);"
<<
endl
;
output
<<
"sbvar(M_,options_);"
<<
endl
;
}
MSSBVAREstimationStatement
::
MSSBVAREstimationStatement
(
const
OptionsList
&
options_list_arg
)
:
...
...
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