From 9f9c8fdfbfb232e34cd062ad11c71f88612b0136 Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Mon, 17 Sep 2018 14:34:25 +0200 Subject: [PATCH] fix typo --- src/DynamicModel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DynamicModel.cc b/src/DynamicModel.cc index cf7523a2..41892256 100644 --- a/src/DynamicModel.cc +++ b/src/DynamicModel.cc @@ -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); }