diff options
Diffstat (limited to 'gbeam_propagation_froward_only.m')
-rw-r--r-- | gbeam_propagation_froward_only.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gbeam_propagation_froward_only.m b/gbeam_propagation_froward_only.m index 2cdc1d8..daa15bf 100644 --- a/gbeam_propagation_froward_only.m +++ b/gbeam_propagation_froward_only.m @@ -1,7 +1,7 @@ function [q] = gbeam_propagation_froward_only(x_pos, q_in, x_in, optics_elements) % calculate the 'q' parameter of the Gaussian beam propagating through optical % 'optics_elements' only in the positive direction along 'x' axis at points 'x_pos' -% takes the gaussian beam with initial q_in parameter at x_in +% takes the Gaussian beam with initial q_in parameter at x_in % Note!: if optics element position coinside with a x_pos at some place % the reported value will be the one calculated after the element % so the resulting value will coinside with submitted q_in |