diff options
Diffstat (limited to 'test.c')
-rw-r--r-- | test.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |