stoch_simul: force order=1 with partial_information

time-shift
Sébastien Villemot 2010-03-29 12:44:38 +02:00
parent e3be730a46
commit 7f5f99b43e
1 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,10 @@ end
if options_.partial_information == 1 || options_.ACES_solver == 1
PI_PCL_solver = 1;
if options_.order ~= 1
warning('STOCH_SIMUL: forcing order=1 since you are using partial_information or ACES solver')
options_.order = 1;
end
else
PI_PCL_solver = 0;
end