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

gtCalculateGrain fixed bug in output of theta and sintheta

parent a1adcaef
No related branches found
No related tags found
No related merge requests found
...@@ -172,8 +172,8 @@ thetatypesp4 = thetatypesp(:, [1 1 1 1]); ...@@ -172,8 +172,8 @@ thetatypesp4 = thetatypesp(:, [1 1 1 1]);
hkl4 = hkl(:, :, [1 1 1 1]); hkl4 = hkl(:, :, [1 1 1 1]);
hklsp4 = hklsp(:, :, [1 1 1 1]); hklsp4 = hklsp(:, :, [1 1 1 1]);
hklsp4(:, :, [3 4]) = -hklsp4(:, :, [3 4]); hklsp4(:, :, [3 4]) = -hklsp4(:, :, [3 4]);
sinth4 = sinth([1 1 1 1], :)'; sinth4 = sinth([1 1 1 1], :);
theta4 = theta([1 1 1 1], :)'; theta4 = theta([1 1 1 1], :);
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% % Following the convention of the matching output, the omega value % % Following the convention of the matching output, the omega value
......
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