From e5f778d1da16f5bd08207e8e9cc75aeb0f55b4ea Mon Sep 17 00:00:00 2001 From: Nicola Vigano <nicola.vigano@esrf.fr> Date: Mon, 12 Jan 2015 18:21:45 +0100 Subject: [PATCH] Trivial change to make a method public Signed-off-by: Nicola Vigano <nicola.vigano@esrf.fr> --- zUtil_Deformation/GtOrientationSampling.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zUtil_Deformation/GtOrientationSampling.m b/zUtil_Deformation/GtOrientationSampling.m index 6eb605e7..6dd48279 100644 --- a/zUtil_Deformation/GtOrientationSampling.m +++ b/zUtil_Deformation/GtOrientationSampling.m @@ -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; -- GitLab