aboutsummaryrefslogtreecommitdiff
path: root/refractive_index.h
diff options
context:
space:
mode:
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