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 --- test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.c') diff --git a/test.c b/test.c index 3448565..7c5dd33 100644 --- a/test.c +++ b/test.c @@ -1,7 +1,7 @@ #include "solid_angle.h" #include #include -#include "refractive_index.h" +#include "optics.h" #include "muon.h" typedef int testFunction(char *err); -- cgit