diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2020-09-29 11:48:00 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2020-09-29 11:48:00 -0400 |
commit | b786df3a5d5282b3d40f4fb678fd6209db8b0192 (patch) | |
tree | 2ee7f92207b3cb2eedbeca686adf1d6ee504d81b | |
parent | 01263da940b13fe3de00c7e325cbdeea2946481f (diff) | |
download | multi_mode_eit-b786df3a5d5282b3d40f4fb678fd6209db8b0192.tar.gz multi_mode_eit-b786df3a5d5282b3d40f4fb678fd6209db8b0192.zip |
spell check
-rw-r--r-- | compass_lin_extrema_vs_theta.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compass_lin_extrema_vs_theta.m b/compass_lin_extrema_vs_theta.m index 4516dda..8f72d0a 100644 --- a/compass_lin_extrema_vs_theta.m +++ b/compass_lin_extrema_vs_theta.m @@ -111,7 +111,7 @@ for theta=thetas; E_field_lab_pos_freq.z=E_field_zero; - % now we transfor x,y,z, to x',y', and z' with respect to magnetic field az z' axis + % now we transform x,y,z, to x',y', and z' with respect to magnetic field as z' axis E_field_pos_freq=xyz_lin2atomic_axis_polarization(theta, E_field_lab_pos_freq); % we calculate dc and negative frequencies as well as amplitudes |