Skip to content
Snippets Groups Projects
Commit 087eaaa2 authored by Laura Nervo's avatar Laura Nervo Committed by Nicola Vigano
Browse files

GtThreshold : fix bug with 'mergeToFile'


Signed-off-by: default avatarLaura Nervo <laura.nervo@esrf.fr>

git-svn-id: https://svn.code.sf.net/p/dct/code/trunk@848 4c865b51-4357-4376-afb4-474e03ccb993
parent bc94c579
No related branches found
No related tags found
No related merge requests found
......@@ -85,8 +85,8 @@ classdef GtThreshold < handle
if (~obj.conf.verbose), fprintf('\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b'); end
end
if (~obj.conf.verbose), fprintf('(%04d..%04d) Done.\n', firstID, lastID); end
sample.mergeToFile(samplefile, 'sample');
filetable = [parameters.acq.name '_filetable'];
sample.mergeToFile(filetable, samplefile, 'sample');
end
function grain = thresholdAutoSingleGrain(obj, grain)
......
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