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

rm keyboard

git-svn-id: https://spcsvn.epfl.ch/repos/TCV/gdat/trunk@7469 d63d8f72-b253-0410-a779-e742ad2e26cf
parent 5b6628c6
No related branches found
No related tags found
No related merge requests found
...@@ -305,7 +305,7 @@ if strcmp(mapping_for_jet.method,'signal') ...@@ -305,7 +305,7 @@ if strcmp(mapping_for_jet.method,'signal')
elseif isfield(mapping_for_jet,'units') elseif isfield(mapping_for_jet,'units')
gdat_data.units =mapping_for_jet.units; gdat_data.units =mapping_for_jet.units;
end end
keyboard % keyboard
if mapping_for_jet.gdat_timedim>0 && mapping_for_jet.gdat_timedim ~= mapping_for_jet.timedim if mapping_for_jet.gdat_timedim>0 && mapping_for_jet.gdat_timedim ~= mapping_for_jet.timedim
% shift timedim to gdat_timedim data(i,j,...itime,k,...) -> data(i,inewtime,j,...,k,...) % shift timedim to gdat_timedim data(i,j,...itime,k,...) -> data(i,inewtime,j,...,k,...)
% note that this means that gdat_data.x and gdat_data.t are same and correct, % note that this means that gdat_data.x and gdat_data.t are same and correct,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment