diff options
author | Matt Argao <mcargao@email.wm.edu> | 2012-10-18 16:23:40 -0400 |
---|---|---|
committer | Matt Argao <mcargao@email.wm.edu> | 2012-10-18 16:23:40 -0400 |
commit | 0564d364c58758dcf61ebe5cad14b47c474ee57c (patch) | |
tree | bf6a09bb93211824829b89d77274e223d401d571 /optics_placer.m | |
parent | 9773dd0f1a6f9941a9a3ec5308bd3845d77bcf52 (diff) | |
download | mode_match-0564d364c58758dcf61ebe5cad14b47c474ee57c.tar.gz mode_match-0564d364c58758dcf61ebe5cad14b47c474ee57c.zip |
First attempt at automatic optimization.
Diffstat (limited to 'optics_placer.m')
-rw-r--r-- | optics_placer.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/optics_placer.m b/optics_placer.m index ec08ab2..2287e1b 100644 --- a/optics_placer.m +++ b/optics_placer.m @@ -12,4 +12,3 @@ function optics = optics_placer( x ) optics={lns1,lns2,lns3};
end
-
|