backward_model_irf: fix typo

time-shift
Houtan Bastani 2017-10-30 11:28:11 +01:00
parent b407f50753
commit 1397c53438
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ global M_ options_ oo_
% Check that the model is actually backward
if M_.maximum_lead
error(['simul_model_irf:: The specified model is not backward looking!'])
error('backward_model_irf:: The specified model is not backward looking!')
end
% Set default value for the fourth input argument.