diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2011-04-13 23:54:37 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2011-04-13 23:54:37 -0400 |
commit | 1565e6477508a6025fc37d1fb9f0f68182d143cd (patch) | |
tree | fb6c83425547946d67e9775663484265f12e8734 /gbeam_propagation.m | |
parent | ad8f869703ac20e83084714fd4436a3faf8f0eba (diff) | |
download | mode_match-1565e6477508a6025fc37d1fb9f0f68182d143cd.tar.gz mode_match-1565e6477508a6025fc37d1fb9f0f68182d143cd.zip |
spell check function rename
Ignore-this: 47a28931402099f834a1ed20141d5ead
darcs-hash:20110414035437-067c0-3de9419b626234a09a5a97f031ac4f5d71e9585d
Diffstat (limited to 'gbeam_propagation.m')
-rw-r--r-- | gbeam_propagation.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gbeam_propagation.m b/gbeam_propagation.m index cd7c47c..53f9173 100644 --- a/gbeam_propagation.m +++ b/gbeam_propagation.m @@ -30,7 +30,7 @@ function q = gbeam_propagation(x_pos, q_in, x_in, optics_elements) % with x_in i.e it is 0 in backwards x coordinates (or at index 1) then % we need to apply abcd matrix of that element in advance. if ( optics_elements_backw{i}.x == 0) - q_in_backw(1) = q_afteer_element( q_in_backw(1), optics_elements_backw{i}.abcd); + q_in_backw(1) = q_after_element( q_in_backw(1), optics_elements_backw{i}.abcd); end end |