Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfHielscher committed Jun 15, 2018
1 parent 3e50356 commit 7bda99f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion geometry/@dislocationSystem/dislocationSystem.m
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@

else

omega = angle(b,n,'noSymmetry');
b = sS;
omega = angle(b,l,'noSymmetry');
assert(all(omega > pi/2-1e-5 || omega<1e-5),...
'line vector and burgers vector should be either be orthogonal! or identical')

Expand Down

0 comments on commit 7bda99f

Please sign in to comment.