Skip to content
Snippets Groups Projects
Commit ee1da7c3 authored by Nicola Vigano's avatar Nicola Vigano
Browse files

Compilation/OAR: yet another fix for global variables (2/2)


I forgot to add gtCopyCorrectUndistortCondor to the previous commit: a3ccdbd84a018fe381b25b350f207a8adc7bc0da

Signed-off-by: default avatarNicola Vigano <nicola.vigano@esrf.fr>

git-svn-id: https://svn.code.sf.net/p/dct/code/trunk@633 4c865b51-4357-4376-afb4-474e03ccb993
parent 2ca77b0d
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,11 @@ function gtCopyCorrectUndistortCondor(~, ~, workingdirectory)
disp('THIS IS THE VERSION IN ANDYS MATLAB DIRECTORY')
if isdeployed
global GT_MATLAB_HOME
global GT_DB
load('workspaceGlobal.mat')
end
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% load and read data from parameters.mat
......
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