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

GtMultiVolView: added multi-volume basic comparison support

parent 06aac2e9
No related branches found
No related tags found
No related merge requests found
......@@ -135,5 +135,9 @@ classdef GtMultiVolView < GtVolView
'Unsupported multiple array type: %s', class(vols))
end
end
function handles = compareVolumes(vols, varargin)
handles = GtGuiMultiThresholdVolume.classCompareVolumes(vols, varargin{:});
end
end
end
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