Skip to content
Snippets Groups Projects
Commit b3ea9772 authored by michel's avatar michel
Browse files

v4 preprocessor: corrected bug with initval_file

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1793 ac1d8469-bf42-47a9-8791-bf33cf982152
parent f0cefe80
No related branches found
No related tags found
No related merge requests found
...@@ -307,8 +307,8 @@ ParsingDriver::init_val(string *name, NodeID rhs) ...@@ -307,8 +307,8 @@ ParsingDriver::init_val(string *name, NodeID rhs)
void void
ParsingDriver::init_val_filename(string *filename) ParsingDriver::init_val_filename(string *filename)
{ {
options_list.num_options["INITVAL_FILE"] = 1; options_list.num_options["initval_file"] = "1";
options_list.string_options["INITVAL_FILENAME"] = *filename; options_list.string_options["initval_filename"] = *filename;
delete filename; delete filename;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment