From ce6dff1fcc36b9edf60d05c7817ec2c8dca4c278 Mon Sep 17 00:00:00 2001 From: Michel Juillard Date: Sun, 13 Mar 2016 10:34:26 +0100 Subject: [PATCH] make gsa consistent with (old) change in use of options_.simul --- matlab/gsa/stab_map_.m | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/matlab/gsa/stab_map_.m b/matlab/gsa/stab_map_.m index 2f51a1170..7458836b5 100644 --- a/matlab/gsa/stab_map_.m +++ b/matlab/gsa/stab_map_.m @@ -130,7 +130,6 @@ options_.periods=0; options_.nomoments=1; options_.irf=0; options_.noprint=1; -options_.simul=0; if fload==0, % if prepSA % T=zeros(size(dr_.ghx,1),size(dr_.ghx,2)+size(dr_.ghu,2),Nsam/2); @@ -660,9 +659,7 @@ if isfield(opt,'nomoments'), end options_.irf=opt.irf; options_.noprint=opt.noprint; -if isfield(opt,'simul'), - options_.simul=opt.simul; -end +