From f8ce5637e3cac9114e3b1bc7c1696436bb76e792 Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer Date: Mon, 2 Jun 2014 13:58:29 +0200 Subject: [PATCH] Fix typo in header of DynamicModel.cc --- DynamicModel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DynamicModel.cc b/DynamicModel.cc index c3aa0374..ca205132 100644 --- a/DynamicModel.cc +++ b/DynamicModel.cc @@ -1516,7 +1516,7 @@ DynamicModel::writeDynamicMFile(const string &dynamic_basename) const << "% Inputs :" << endl << "% y [#dynamic variables by 1] double vector of endogenous variables in the order stored" << endl << "% in M_.lead_lag_incidence; see the Manual" << endl - << "% x [M_.exo_nbr by nperiods] double matrix of exogenous variables (in declaration order)" << endl + << "% x [nperiods by M_.exo_nbr] double matrix of exogenous variables (in declaration order)" << endl << "% for all simulation periods" << endl << "% params [M_.param_nbr by 1] double vector of parameter values in declaration order" << endl << "% it_ scalar double time period for exogenous variables for which to evaluate the model" << endl