aboutsummaryrefslogtreecommitdiff
path: root/coupling_angles.m
diff options
context:
space:
mode:
authorEugeniy Mikhailov <evgmik@gmail.com>2012-10-17 21:20:50 -0400
committerEugeniy Mikhailov <evgmik@gmail.com>2012-10-17 21:20:50 -0400
commit9360f12bbea84a3c34aebc3a0a7e23402b708611 (patch)
tree319411d218e1246c6f72606f794a5df402b87c1b /coupling_angles.m
parent6f5c4078d2e31c0705e564e844a3e526a30a2121 (diff)
downloadwgmr-9360f12bbea84a3c34aebc3a0a7e23402b708611.tar.gz
wgmr-9360f12bbea84a3c34aebc3a0a7e23402b708611.zip
typo fix
Diffstat (limited to 'coupling_angles.m')
-rw-r--r--coupling_angles.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/coupling_angles.m b/coupling_angles.m
index d425677..24ddeb9 100644
--- a/coupling_angles.m
+++ b/coupling_angles.m
@@ -89,7 +89,7 @@ x_out_1=linspace(x_out_strt, x_out_stop);
y_out_1=y_out_strt+tan(theta_air_rlh)*(x_out_1-x_out_strt);
plot(x_out_1, y_out_1, 'r-');
-%% draw normal at the point of 1st face intercection
+%% draw normal at the point of 1st face intersection
theta_norm_rlh=pi/2-prism_angle;
% coordinates of normal outside the prism
x_norm_out=linspace(x_cross_1,1);