aboutsummaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2018-07-05 16:49:46 -0400
committertlatorre <tlatorre@uchicago.edu>2018-07-05 16:49:46 -0400
commit25c19a8888197db68ada2a40c0917e1f534323d7 (patch)
treef3201c3e5fd9cc6ef4d823a17a23a87e0833cbda /test.c
parenta752ad53b2712fb58bed611ef9297cb822e1bb20 (diff)
downloadsddm-25c19a8888197db68ada2a40c0917e1f534323d7.tar.gz
sddm-25c19a8888197db68ada2a40c0917e1f534323d7.tar.bz2
sddm-25c19a8888197db68ada2a40c0917e1f534323d7.zip
refractive_index.c -> optics.c
Diffstat (limited to 'test.c')
-rw-r--r--test.c2
1 files changed, 1 insertions, 1 deletions
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 <math.h>
#include <stdio.h>
-#include "refractive_index.h"
+#include "optics.h"
#include "muon.h"
typedef int testFunction(char *err);