Fix bug in osr_obj.m that did not correctly filter out all problems

time-shift
Johannes Pfeifer 2016-12-09 12:56:36 +01:00 committed by Stéphane Adjemian (Lupi)
parent 5515da191a
commit 7254767ccf
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ it_ = M_.maximum_lag+1;
[dr,info,M_,options_,oo_] = resol(0,M_,options_,oo_);
if info(1)
if info(1) == 3 || info(1) == 4 || info(1) == 5 || info(1)==6 ||info(1) == 19 ...
if info(1) == 3 || info(1) == 4 || info(1) == 5 || info(1)==6 ||info(1) == 19 ||...
info(1) == 20 || info(1) == 21 || info(1) == 23 || info(1) == 26 || ...
info(1) == 81 || info(1) == 84 || info(1) == 85
loss = 1e8;