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

Silenced some warning

parent b1be5cd1
No related branches found
No related tags found
No related merge requests found
...@@ -25,8 +25,8 @@ function gtReconstructGrains(first, last, workingdirectory, phaseID, parameters, ...@@ -25,8 +25,8 @@ function gtReconstructGrains(first, last, workingdirectory, phaseID, parameters,
cd(workingdirectory); cd(workingdirectory);
if (isdeployed) if (isdeployed)
global GT_DB global GT_DB %#ok<NUSED,TLEV>
global GT_MATLAB_HOME global GT_MATLAB_HOME %#ok<NUSED,TLEV>
load('workspaceGlobal.mat'); load('workspaceGlobal.mat');
first = str2double(first); first = str2double(first);
last = str2double(last); last = str2double(last);
...@@ -51,8 +51,6 @@ function gtReconstructGrains(first, last, workingdirectory, phaseID, parameters, ...@@ -51,8 +51,6 @@ function gtReconstructGrains(first, last, workingdirectory, phaseID, parameters,
parameters.rec.grains = rec_gr; parameters.rec.grains = rec_gr;
end end
samplefile = fullfile(parameters.acq.dir, '4_grains', 'sample.mat'); samplefile = fullfile(parameters.acq.dir, '4_grains', 'sample.mat');
sample = GtSample.loadFromFile(samplefile); sample = GtSample.loadFromFile(samplefile);
......
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