diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2012-10-17 21:20:50 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2012-10-17 21:20:50 -0400 |
commit | 9360f12bbea84a3c34aebc3a0a7e23402b708611 (patch) | |
tree | 319411d218e1246c6f72606f794a5df402b87c1b | |
parent | 6f5c4078d2e31c0705e564e844a3e526a30a2121 (diff) | |
download | wgmr-9360f12bbea84a3c34aebc3a0a7e23402b708611.tar.gz wgmr-9360f12bbea84a3c34aebc3a0a7e23402b708611.zip |
typo fix
-rw-r--r-- | coupling_angles.m | 2 |
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); |