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

call \results::thomson:psiscatvol through gdat to have data in case need foo

git-svn-id: https://spcsvn.epfl.ch/repos/TCV/gdat/trunk@5156 d63d8f72-b253-0410-a779-e742ad2e26cf
parent 2abd15ba
Branches
Tags
No related merge requests found
...@@ -836,8 +836,8 @@ elseif strcmp(mapping_for_tcv.method,'switchcase') ...@@ -836,8 +836,8 @@ elseif strcmp(mapping_for_tcv.method,'switchcase')
edge_str_ = '_edge'; edge_str_ = '_edge';
edge_str_dot = '.edge'; edge_str_dot = '.edge';
end end
psi_max=tdi(['\results::thomson' edge_str_dot ':psi_max' substr_liuqe]); psi_max=gdat([],['\results::thomson' edge_str_dot ':psi_max' substr_liuqe]);
psiscatvol=tdi(['\results::thomson' edge_str_dot ':psiscatvol' substr_liuqe]); psiscatvol=gdat([],['\results::thomson' edge_str_dot ':psiscatvol' substr_liuqe]);
if abs(zshift)>1e-5 if abs(zshift)>1e-5
% calculate new psiscatvol % calculate new psiscatvol
psitdi=tdi(['\results::psi' substr_liuqe]); psitdi=tdi(['\results::psi' substr_liuqe]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment