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
58a03937
Commit
58a03937
authored
Jan 18, 2012
by
Houtan Bastani
Browse files
bug_fix: add missing ifstream close statement
parent
c977b666
Changes
1
Hide whitespace changes
Inline
Side-by-side
preprocessor/NumericalInitialization.cc
View file @
58a03937
/*
* Copyright (C) 2003-201
1
Dynare Team
* Copyright (C) 2003-201
2
Dynare Team
*
* This file is part of Dynare.
*
...
...
@@ -328,6 +328,7 @@ LoadParamsAndSteadyStateStatement::LoadParamsAndSteadyStateStatement(const strin
cerr
<<
"WARNING: Unknown symbol "
<<
symb_name
<<
" in "
<<
filename
<<
endl
;
}
}
f
.
close
();
}
void
...
...
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