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

add dim{1} into .x in rhotor

git-svn-id: https://spcsvn.epfl.ch/repos/TCV/gdat/trunk@5837 d63d8f72-b253-0410-a779-e742ad2e26cf
parent 9eb42eb6
Branches
Tags
No related merge requests found
......@@ -1346,6 +1346,7 @@ elseif strcmp(mapping_for_tcv.method,'switchcase')
gdat_data.dimunits{1} = 'rhopol\_norm';
gdat_data.dimunits{2} = 's';
end
gdat_data.x=gdat_data.dim{1};
for it=1:length(psi_axis.data)
ij=find(~isnan(q_rho.data(:,it)));
if ~isempty(ij)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment