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

Small formatting fixes

parent d3ad4205
No related tags found
No related merge requests found
......@@ -148,7 +148,7 @@ function varargout = gtReconstructGrainCluster(grain_ids, phase_id, parameters,
fprintf('\b\b: Done (%f seconds).\n', toc(c))
end
current_solution = algo.getCurrentSolution;
current_solution = algo.getCurrentSolution();
for ii_g = num_sub_ors:-1:1
algo.currentSolution = gtMathsGetSameSizeZeros(current_solution);
algo.currentSolution(ors_ranges(ii_g, 1):ors_ranges(ii_g, 2)) = current_solution(ors_ranges(ii_g, 1):ors_ranges(ii_g, 2));
......
......@@ -47,7 +47,7 @@ function post_result = gt6DPostProcessOrientationSpread(test_data, result, disab
c = tic();
[gvdm_1, dmvol_size] = gtDefDmvol2Gvdm(result.expected_dmvol);
[gvdm_2, ~] = gtDefDmvol2Gvdm(post_result.avg_orientations);
if ~isempty(remove_axes)
if (~isempty(remove_axes))
gvdm_2(remove_axes, :) = gvdm_1(remove_axes, :);
end
diffs = gtMathsRodSum(gvdm_1, -gvdm_2);
......
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