MS-SBVAR bugfix: remove datafile from options_ and not options_.ms

time-shift
Houtan Bastani 2011-09-15 15:29:26 -04:00
parent ab7003f8c8
commit 5592d2ffc1
1 changed files with 2 additions and 2 deletions

View File

@ -66,8 +66,8 @@ end
if isfield(options_.ms,'final_year') if isfield(options_.ms,'final_year')
options_.ms = rmfield(options_.ms,'final_year'); options_.ms = rmfield(options_.ms,'final_year');
end end
if isfield(options_.ms,'datafile') if isfield(options_,'datafile')
options_.ms = rmfield(options_.ms,'datafile'); options_ = rmfield(options_,'datafile');
end end
% estimation % estimation
options_.ms.convergence_starting_value = 1e-3; options_.ms.convergence_starting_value = 1e-3;