Skip to content
Snippets Groups Projects
Commit 12bd25d2 authored by Olivier Sauter's avatar Olivier Sauter
Browse files

making name uniform (nbi->nbi1)

parent cc3f1765
Branches
Tags
1 merge request!111Resolve "Read NB2"
...@@ -2462,7 +2462,7 @@ elseif strcmp(mapping_for_tcv.method,'switchcase') ...@@ -2462,7 +2462,7 @@ elseif strcmp(mapping_for_tcv.method,'switchcase')
end end
end end
% %
if any(strmatch('nb',gdat_data.gdat_params.source)) if any(strmatch('nbi1',gdat_data.gdat_params.source))
nodenameeff = '\results::NBH:POWR_TCV'; nodenameeff = '\results::NBH:POWR_TCV';
nbh_data_tdi = tdi(nodenameeff); nbh_data_tdi = tdi(nodenameeff);
if ~isempty(nbh_data_tdi.data) && ~ischar(nbh_data_tdi.data) && ~isempty(nbh_data_tdi.dim) if ~isempty(nbh_data_tdi.data) && ~ischar(nbh_data_tdi.data) && ~isempty(nbh_data_tdi.dim)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment