Cosmetic change.

time-shift
Stéphane Adjemian (Scylla) 2014-06-23 16:06:58 +02:00
parent 800de3fcc9
commit 06f74c4603
1 changed files with 1 additions and 1 deletions

View File

@ -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!'])