summaryrefslogtreecommitdiff
path: root/gbeam_propagation.m
diff options
context:
space:
mode:
authorEugeniy Mikhailov <evgmik@gmail.com>2011-04-14 10:12:31 -0400
committerEugeniy Mikhailov <evgmik@gmail.com>2011-04-14 10:12:31 -0400
commitb4edab122e75928d7dcacf45fa927f878f0bf791 (patch)
tree1f4c1e450700f219632c92e5b135cb4b116acd0b /gbeam_propagation.m
parenta46878a0d59eee4c98c9be4365bf4d3f517f2229 (diff)
downloadmode_match-b4edab122e75928d7dcacf45fa927f878f0bf791.tar.gz
mode_match-b4edab122e75928d7dcacf45fa927f878f0bf791.zip
endif, endfor, endfunction -> end (for matlab compatibility)
Ignore-this: ddb1f3a61e081f0f73eaf307c8173d8e darcs-hash:20110414141231-067c0-639aea74867aecbd2b047aa51213897a590729a1
Diffstat (limited to 'gbeam_propagation.m')
-rw-r--r--gbeam_propagation.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbeam_propagation.m b/gbeam_propagation.m
index 2831880..71fcb74 100644
--- a/gbeam_propagation.m
+++ b/gbeam_propagation.m
@@ -45,7 +45,7 @@ function q = gbeam_propagation(x_pos, q_in, x_in, optics_elements)
q(x_pos<x_in) = fliplr(q_backw);
end
-endfunction
+end
%!test
%! lambda= 1.064E-6 ;