Append a list of observed exogenous variables in M_ if varexo option status is used.

issue#70
Stéphane Adjemian (Charybdis) 2019-03-07 15:24:42 +01:00
parent 69e7763490
commit e0acc669bd
Signed by untrusted user who does not match committer: stepan
GPG Key ID: A6D44CB9C64CE77B
1 changed files with 2 additions and 0 deletions

View File

@ -239,6 +239,8 @@ SymbolTable::writeOutput(ostream &output) const noexcept(false)
output << "' ";
}
output << "};" << endl;
if (it->first == "status")
output << "M_ = set_observed_exogenous_variables(M_);" << endl;
}
}