Skip to content
Snippets Groups Projects
Commit 18eb81da authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Fixed bug in filt_mc_ (gsa) routine (dataset_.dat need to be transposed).

parent 904b8025
Branches
Tags
No related merge requests found
......@@ -120,7 +120,7 @@ if ~loadSA,
ys_mean=steady_(M_,options_,oo_);
end
% eval(options_.datafile)
Y = dataset_.data;
Y = transpose(dataset_.data);
gend = dataset_.nobs;
data_index = dataset_info.missing.aindex;
missing_value = dataset_info.missing.state;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment