aboutsummaryrefslogtreecommitdiff
path: root/q2wr.m
diff options
context:
space:
mode:
Diffstat (limited to 'q2wr.m')
-rw-r--r--q2wr.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/q2wr.m b/q2wr.m
index 9257448..884a47a 100644
--- a/q2wr.m
+++ b/q2wr.m
@@ -2,6 +2,6 @@ function [waste,radius] =q2wr(q, lambda)
% convert Gaussian beam q parameter to waste and radius
waste=sqrt (-lambda./pi./imag(1./q));
radius=(1./real(1./q));
-endfunction
+end