summaryrefslogtreecommitdiff
path: root/gbeam_propagation.m
diff options
context:
space:
mode:
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 585048d..f3af409 100644
--- a/gbeam_propagation.m
+++ b/gbeam_propagation.m
@@ -1,7 +1,7 @@
function [q] = gbeam_propagation(x_pos, q_in, x_in, optics_elements)
% calculate the 'q' parameter of the Gaussian beam propagating through optical
% 'optics_elements' array 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
% x_pos must be monotonic!
q=0*x_pos; % q vector initialization