Skip to content
Snippets Groups Projects
Commit faf5ca65 authored by Peter Reischig's avatar Peter Reischig Committed by Nicola Vigano
Browse files

Orientation check made slightly more conservative.

git-svn-id: https://svn.code.sf.net/p/dct/code/trunk@880 4c865b51-4357-4376-afb4-474e03ccb993
parent 20847580
No related branches found
No related tags found
No related merge requests found
...@@ -87,8 +87,8 @@ end ...@@ -87,8 +87,8 @@ end
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Orientation is checked as the difference between Rodrigues vectors. % Orientation is checked as the difference between Rodrigues vectors.
% If actual grain Rodrigues vector is close to edge of fundamental zone % If any Rodrigues vector is close to edge of fundamental zone
if act.R_onedge if any([act.R_onedge; cand.R_onedge])
% Reflection data from actual grain % Reflection data from actual grain
ref1 = gtIndexSelectRefs(grain{act.id}.refid, tot); ref1 = gtIndexSelectRefs(grain{act.id}.refid, tot);
......
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