Added comment.

time-shift
Stéphane Adjemian (Charybdis) 2013-09-09 14:01:17 +02:00
parent e466206f6c
commit 806b5a799f
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ if ~isequal(varobs,unique(varobs))
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!'])
end