From fb65635410390fcd78894dc5bc6f30be6dcbd88a Mon Sep 17 00:00:00 2001 From: MGRashed Date: Tue, 25 Sep 2018 01:02:50 +1000 Subject: [PATCH] norm of the burgers vector Ref - https://en.wikipedia.org/wiki/Slip_(materials_science)#Slip_systems --- doc/TensorAnalysis/GND_demo.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/TensorAnalysis/GND_demo.m b/doc/TensorAnalysis/GND_demo.m index c4c01aa03..590bcdb25 100644 --- a/doc/TensorAnalysis/GND_demo.m +++ b/doc/TensorAnalysis/GND_demo.m @@ -164,7 +164,7 @@ % size of the unit cell a = norm(ebsd.CS.aAxis); -% in bcc and fcc the norm of the burgers vector is sqrt(3)/2 * a +% in bcc the norm of the burgers vector is sqrt(3)/2 * a, and in fcc it is a/sqrt(2) [norm(dS(1).b), norm(dS(end).b), sqrt(3)/2 * a] @@ -306,4 +306,4 @@ %% -plotx2east \ No newline at end of file +plotx2east