Preprocessor: fix error message for conditional_forecast_paths

issue#70
Sébastien Villemot 2011-02-07 11:51:13 +01:00
parent 60b70df4c1
commit 89118b86a2
1 changed files with 1 additions and 1 deletions

View File

@ -545,7 +545,7 @@ ParsingDriver::add_det_shock(string *var, bool conditional_forecast)
if (conditional_forecast)
{
if (type != eEndogenous)
error("conditional_forecast_paths: shocks can only be applied to exogenous variables");
error("conditional_forecast_paths: shocks can only be applied to endogenous variables");
}
else
{