diff --git a/matlab/TCV/gdat_tcv.m b/matlab/TCV/gdat_tcv.m index 277090f7bbccad3edc115b5a0186b4a0255c65c0..970032a52303c1f229b8d756cf4d33460b31728d 100644 --- a/matlab/TCV/gdat_tcv.m +++ b/matlab/TCV/gdat_tcv.m @@ -2356,7 +2356,7 @@ elseif strcmp(mapping_for_tcv.method,'switchcase') case {'powers'} % note: same time array for all main, ec, ohm, nbi, ... % At this stage fill just ech, later add nbi - sources_avail = {'ohm','ec','nbi1','rad', 'nbi2'}; % note should allow ech, nbh, ohmic in parameter sources + sources_avail = {'ohm','ec','nbi1','nbi2','rad'}; % note should allow ech, nbh, ohmic in parameter sources % create empty structures for all, so in return one always have same substructres for i=1:length(sources_avail) gdat_data.(sources_avail{i}).data = [];