Skip to content
Snippets Groups Projects
Commit 1b920077 authored by Wolfgang Ludwig's avatar Wolfgang Ludwig
Browse files

remove some leftovers (+) from code merging

parent 1dff6aea
No related branches found
No related tags found
No related merge requests found
......@@ -849,10 +849,10 @@ classdef GtAssembleVol3D < handle
% Sample translation
sample_shift = obj.localPar.sample_shift;
+ sample_shift_size = size(sample_shift);
+ if sample_shift_size(2)<3
+ sample_shift = [0, 0, 0];
+ end
sample_shift_size = size(sample_shift);
if sample_shift_size(2)<3
sample_shift = [0, 0, 0];
end
% the bbox extremes start from 0 ad not from 1 (matlab coords).
......
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