diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2011-04-14 09:54:11 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2011-04-14 09:54:11 -0400 |
commit | 621aff7d0168de6ae2f127e14edfde7d526baf69 (patch) | |
tree | 615ddac1174c18247885f94393c85575f3b5aa3a /gbeam_propagation.m | |
parent | ba5d9814e966366813f4e4ff17b53ac2acbe6140 (diff) | |
download | mode_match-621aff7d0168de6ae2f127e14edfde7d526baf69.tar.gz mode_match-621aff7d0168de6ae2f127e14edfde7d526baf69.zip |
function renaming
Ignore-this: f2170ad510bb6c590387dbc70f9fa6ec
darcs-hash:20110414135411-067c0-dad8fdf4bfa010b2d8188dfb63a5e333de714a5c
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 53f9173..2831880 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_after_element( q_in_backw(1), optics_elements_backw{i}.abcd); + q_in_backw(1) = q_after_abcd( q_in_backw(1), optics_elements_backw{i}.abcd); end end |