From 24c8bcfe7f76b20124e2862ea050f815c0f768e7 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Tue, 14 Aug 2018 10:08:27 -0500 Subject: move everything to src directory --- src/optics.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/optics.h (limited to 'src/optics.h') 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 -- cgit