diff options
Diffstat (limited to 'optics_placer.m')
-rw-r--r-- | optics_placer.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/optics_placer.m b/optics_placer.m index 247cc81..2407691 100644 --- a/optics_placer.m +++ b/optics_placer.m @@ -1,4 +1,5 @@ function optics = optics_placer( x ,f )
+%Places optical elements within array optics for use in other functions
x1=x(1);
x2=x(2);
x3=x(3);
|