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 --- refractive_index.h | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 refractive_index.h (limited to 'refractive_index.h') diff --git a/refractive_index.h b/refractive_index.h deleted file mode 100644 index 5976eca..0000000 --- a/refractive_index.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef REFRACTIVE_INDEX_H -#define REFRACTIVE_INDEX_H - -double get_index(double p, double wavelength, double T); - -#endif -- cgit