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

Trivial change to make a method public

parent a51a462b
No related branches found
No related tags found
No related merge requests found
......@@ -307,9 +307,7 @@ classdef GtOrientationSampling < handle
function odf = getODF(self, vols, selected)
odf = GtOrientationSampling.computeODF(self.get_orientations(), vols, selected);
end
end
methods (Access = protected)
function gvdm_tmp = guess_ODF_BB(self, strict)
if (~exist('strict', 'var') || isempty(strict))
strict = false;
......@@ -498,7 +496,9 @@ classdef GtOrientationSampling < handle
end
end
end
end
methods (Access = protected)
function produce_R_vectors_simple_grid(self, sampling_range, dcenters, dranges, o_ii)
if (~exist('o_ii', 'var'))
o_ii = 1;
......
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