aboutsummaryrefslogtreecommitdiff
path: root/src/optics.h
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2018-08-14 10:08:27 -0500
committertlatorre <tlatorre@uchicago.edu>2018-08-14 10:08:27 -0500
commit24c8bcfe7f76b20124e2862ea050f815c0f768e7 (patch)
treee5bdbd638a2c7f38f1c094cc9e95cbdfe05b9481 /src/optics.h
parent0b7f199c0d93074484ea580504485a32dc29f5e2 (diff)
downloadsddm-24c8bcfe7f76b20124e2862ea050f815c0f768e7.tar.gz
sddm-24c8bcfe7f76b20124e2862ea050f815c0f768e7.tar.bz2
sddm-24c8bcfe7f76b20124e2862ea050f815c0f768e7.zip
move everything to src directory
Diffstat (limited to 'src/optics.h')
-rw-r--r--src/optics.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/optics.h b/src/optics.h
new file mode 100644
index 0000000..5e39ea1
--- /dev/null
+++ b/src/optics.h
@@ -0,0 +1,6 @@
+#ifndef OPTICS_H
+#define OPTICS_H
+
+double get_index(double p, double wavelength, double T);
+
+#endif