From 25c19a8888197db68ada2a40c0917e1f534323d7 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Thu, 5 Jul 2018 16:49:46 -0400 Subject: refractive_index.c -> optics.c --- optics.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 optics.h (limited to 'optics.h') 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 -- cgit