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

rm trailing spaces

git-svn-id: https://spcsvn.epfl.ch/repos/TCV/gdat/trunk@11593 d63d8f72-b253-0410-a779-e742ad2e26cf
parent 68a67e76
No related branches found
No related tags found
No related merge requests found
...@@ -35,11 +35,11 @@ end ...@@ -35,11 +35,11 @@ end
if usemdsplus if usemdsplus
% use mdsplus % use mdsplus
% $$$ if ~unix('test -d /home/duval/mdsplus') % $$$ if ~unix('test -d /home/duval/mdsplus')
% $$$ addpath('/home/duval/mdsplus') % $$$ addpath('/home/duval/mdsplus')
% $$$ end % $$$ end
% $$$ if ~unix('test -d /home/osauter/gdat') % $$$ if ~unix('test -d /home/osauter/gdat')
% $$$ mdsconnect('localhost:8001'); % $$$ mdsconnect('localhost:8001');
% $$$ else % $$$ else
...@@ -79,9 +79,9 @@ if usemdsplus ...@@ -79,9 +79,9 @@ if usemdsplus
otherwise otherwise
disp([' more than 3 dimensions for ' num2str(shot) ' ; ' sigtype '/' diagname]) disp([' more than 3 dimensions for ' num2str(shot) ' ; ' sigtype '/' diagname])
error('in rdaAUG_eff') error('in rdaAUG_eff')
end end
adata.t=time; adata.t=time;
adata.x=x; adata.x=x;
adata.hsig=hsig; adata.hsig=hsig;
...@@ -123,7 +123,7 @@ else ...@@ -123,7 +123,7 @@ else
end end
adata.units = []; adata.units = [];
if isempty(adata.value) if isempty(adata.value)
return return
end end
...@@ -154,7 +154,7 @@ else ...@@ -154,7 +154,7 @@ else
adata.time_aug = adata_time; adata.time_aug = adata_time;
adata.area = adata_area; adata.area = adata_area;
adata.exp = shotfile_exp; adata.exp = shotfile_exp;
if (prod(size(adata.value))==length(adata.value)) if (prod(size(adata.value))==length(adata.value))
% only time signal % only time signal
......
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