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
bc089f73
Commit
bc089f73
authored
Sep 24, 2010
by
Ferhat Mihoubi
Browse files
- Correct the simul call without input argument
parent
3068fbda
Changes
1
Hide whitespace changes
Inline
Side-by-side
preprocessor/ComputingTasks.cc
View file @
bc089f73
...
...
@@ -96,7 +96,7 @@ void
SimulStatement
::
writeOutput
(
ostream
&
output
,
const
string
&
basename
)
const
{
options_list
.
writeOutput
(
output
);
output
<<
"simul(
oo_.dr
);
\n
"
;
output
<<
"simul();
\n
"
;
}
StochSimulStatement
::
StochSimulStatement
(
const
SymbolList
&
symbol_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