issue#70
Houtan Bastani 2018-09-17 14:34:25 +02:00
parent 85dbb649b7
commit 9f9c8fdfbf
1 changed files with 1 additions and 1 deletions

View File

@ -3807,7 +3807,7 @@ DynamicModel::fillTrendComponentModelTable() const
if (lhs_set.size() != 1 || !lhs_tmp_set.empty())
{
cerr << "ERROR: in Equation " << eqtag
<< ". A trend component model may only have one endogenous variable on the LHS. " << endl;
<< ". A trend component model may only have one endogenous variable on the LHS. " << endl;
exit(EXIT_FAILURE);
}