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

6D-Reconstruction: Fixed small bug from leftover

parent 3e7fdc6e
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ classdef Gt6DReconstructionAlgorithmFactory < handle ...@@ -52,7 +52,7 @@ classdef Gt6DReconstructionAlgorithmFactory < handle
end end
switch (lower(self.shape_functions_type)) switch (lower(self.shape_functions_type))
case 'off' case 'none'
shape_funcs = {}; shape_funcs = {};
algo_params = self.get_algorithm_params_num_interp(sampler, num_interp); algo_params = self.get_algorithm_params_num_interp(sampler, num_interp);
case 'w' case 'w'
......
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