Skip to content
Snippets Groups Projects
Verified Commit 280b764c authored by Houtan Bastani's avatar Houtan Bastani
Browse files

onlymodel: read estimated_params block as well

parent 7d37c35a
No related branches found
No related tags found
No related merge requests found
Pipeline #527 passed
......@@ -987,6 +987,10 @@ ModFile::writeOutputFiles(const string &basename, bool clear_all, bool clear_glo
auto *ss = dynamic_cast<ShocksStatement *>(statement.get());
if (ss != nullptr)
ss->writeOutput(mOutputFile, basename, minimal_workspace);
auto *eps = dynamic_cast<EstimatedParamsStatement *>(statement.get());
if (eps != nullptr)
eps->writeOutput(mOutputFile, basename, minimal_workspace);
}
else
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment