Skip to content
Snippets Groups Projects
Commit 63aff727 authored by Wolfgang Ludwig's avatar Wolfgang Ludwig
Browse files

remove automatic thresholding when launched as as a OAR job: it

causes systematic crashes of the OAR jobs..

Signed-off-by: default avatarWolfgang Ludwig <wolfgang.ludwig@esrf.fr>
parent a0053921
No related branches found
No related tags found
No related merge requests found
......@@ -99,8 +99,10 @@ function gtReconstructGrains(first, last, workingdirectory, phaseID, parameters,
gtReconstructGrainOrientation(gr_id, phaseID, parameters);
end
end
t.singleGrainAutoThreshold(phaseID, gr_id);
fprintf(repmat('\b', [1 num_chars]))
if (~isdeployed)
t.singleGrainAutoThreshold(phaseID, gr_id);
fprintf(repmat('\b', [1 num_chars]))
end
end
fprintf('Done (in %f seconds).\n', toc(c))
......
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