Skip to content
Snippets Groups Projects
Commit 4cf980ad authored by Laura Nervo's avatar Laura Nervo Committed by Nicola Vigano
Browse files

gtReadBoundaryProperty : small bug fix


Signed-off-by: default avatarLaura Nervo <laura.nervo@esrf.fr>

git-svn-id: https://svn.code.sf.net/p/dct/code/trunk@942 4c865b51-4357-4376-afb4-474e03ccb993
parent bac91033
No related branches found
No related tags found
No related merge requests found
......@@ -204,7 +204,7 @@ end
end
if ~isempty(boundaries_structure(i).misorientation_axis)
hkl=misorientation_axis';
hkl=boundaries_structure(i).misorientation_axis';
hkil=[];
hkil(1) = hkl(1) - (1/sqrt(3))*hkl(2);
......@@ -227,4 +227,4 @@ end
save('boundaries_structure.mat', 'boundaries_structure')
end
end % end of function
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