Preprocessor: fix error message for conditional_forecast_paths

time-shift
Sébastien Villemot 2011-02-07 11:51:13 +01:00
parent 0f9ec8b2dc
commit ca52f1a323
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 (conditional_forecast)
{ {
if (type != eEndogenous) 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 else
{ {