From 06f74c4603d37d6729ea133766311b6e48ed2ee3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Scylla=29?= Date: Mon, 23 Jun 2014 16:06:58 +0200 Subject: [PATCH] Cosmetic change. --- matlab/dynare_estimation_init.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/dynare_estimation_init.m b/matlab/dynare_estimation_init.m index 6cb9f4d44..12b1cc60c 100644 --- a/matlab/dynare_estimation_init.m +++ b/matlab/dynare_estimation_init.m @@ -75,7 +75,7 @@ if ~isequal(options_.varobs,unique(options_.varobs)) end end end - + % Check the perturbation order (nonlinear filters with third order perturbation, or higher order, are not yet implemented). if options_.order>2 error(['I cannot estimate a model with a ' int2str(options_.order) ' order approximation of the model!'])