make gsa consistent with (old) change in use of options_.simul

time-shift
Michel Juillard 2016-03-13 10:34:26 +01:00
parent f60945facc
commit ce6dff1fcc
1 changed files with 1 additions and 4 deletions

View File

@ -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