From eeb19a202565be40b665767775687140a4718581 Mon Sep 17 00:00:00 2001
From: Nicola Vigano <vigano@yoda.esrf.fr>
Date: Wed, 13 Apr 2016 20:19:50 +0200
Subject: [PATCH] 6D-Reconstruction: Fixed small bug from leftover

Signed-off-by: Nicola Vigano <vigano@yoda.esrf.fr>
---
 zUtil_Deformation/Gt6DReconstructionAlgorithmFactory.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zUtil_Deformation/Gt6DReconstructionAlgorithmFactory.m b/zUtil_Deformation/Gt6DReconstructionAlgorithmFactory.m
index fd30dbd4..fceacca9 100644
--- a/zUtil_Deformation/Gt6DReconstructionAlgorithmFactory.m
+++ b/zUtil_Deformation/Gt6DReconstructionAlgorithmFactory.m
@@ -52,7 +52,7 @@ classdef Gt6DReconstructionAlgorithmFactory < handle
             end
 
             switch (lower(self.shape_functions_type))
-                case 'off'
+                case 'none'
                     shape_funcs = {};
                     algo_params = self.get_algorithm_params_num_interp(sampler, num_interp);
                 case 'w'
-- 
GitLab