aboutsummaryrefslogtreecommitdiff
path: root/optics.h
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2018-07-05 16:49:46 -0400
committertlatorre <tlatorre@uchicago.edu>2018-07-05 16:49:46 -0400
commit25c19a8888197db68ada2a40c0917e1f534323d7 (patch)
treef3201c3e5fd9cc6ef4d823a17a23a87e0833cbda /optics.h
parenta752ad53b2712fb58bed611ef9297cb822e1bb20 (diff)
downloadsddm-25c19a8888197db68ada2a40c0917e1f534323d7.tar.gz
sddm-25c19a8888197db68ada2a40c0917e1f534323d7.tar.bz2
sddm-25c19a8888197db68ada2a40c0917e1f534323d7.zip
refractive_index.c -> optics.c
Diffstat (limited to 'optics.h')
-rw-r--r--optics.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/optics.h b/optics.h
new file mode 100644
index 0000000..5e39ea1
--- /dev/null
+++ b/optics.h
@@ -0,0 +1,6 @@
+#ifndef OPTICS_H
+#define OPTICS_H
+
+double get_index(double p, double wavelength, double T);
+
+#endif