aboutsummaryrefslogtreecommitdiff
path: root/refractive_index.h
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2018-07-04 18:02:05 -0400
committertlatorre <tlatorre@uchicago.edu>2018-07-04 18:02:05 -0400
commitfe4e7c42ab6198e4ebeb26e31ada1078a0965dba (patch)
tree91c0d5275a8dae8fb73d5f85e530ac9307003b8e /refractive_index.h
parent38a45d34f4c96e92a2a34ccd97383449fd5207ee (diff)
downloadsddm-fe4e7c42ab6198e4ebeb26e31ada1078a0965dba.tar.gz
sddm-fe4e7c42ab6198e4ebeb26e31ada1078a0965dba.tar.bz2
sddm-fe4e7c42ab6198e4ebeb26e31ada1078a0965dba.zip
add a function to compute the refractive index of water as a function of wavelength
Diffstat (limited to 'refractive_index.h')
-rw-r--r--refractive_index.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/refractive_index.h b/refractive_index.h
new file mode 100644
index 0000000..5976eca
--- /dev/null
+++ b/refractive_index.h
@@ -0,0 +1,6 @@
+#ifndef REFRACTIVE_INDEX_H
+#define REFRACTIVE_INDEX_H
+
+double get_index(double p, double wavelength, double T);
+
+#endif