Skip to content
Snippets Groups Projects
Commit 26d039e2 authored by Andrew King's avatar Andrew King
Browse files

Default to not-verbose in gtChangeThreshold3D


Signed-off-by: default avatarAndrew King <andrew.king@esrf.fr>
parent fb82d708
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ if isdeployed
end
end
args = [varargin, 'verbose', ~isdeployed];
args = [varargin, 'verbose', false];
thresh = GtThreshold(args{:});
if (nargin >= 1)
varargout{1} = thresh.batchThreshold(phaseID, firstID, lastID);
......
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