Skip to content
Snippets Groups Projects
Commit 58a03937 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

bug_fix: add missing ifstream close statement

parent c977b666
Branches
Tags
No related merge requests found
/*
* Copyright (C) 2003-2011 Dynare Team
* Copyright (C) 2003-2012 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment