diff options
author | tlatorre <tlatorre@uchicago.edu> | 2018-07-05 16:49:46 -0400 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2018-07-05 16:49:46 -0400 |
commit | 25c19a8888197db68ada2a40c0917e1f534323d7 (patch) | |
tree | f3201c3e5fd9cc6ef4d823a17a23a87e0833cbda /test.c | |
parent | a752ad53b2712fb58bed611ef9297cb822e1bb20 (diff) | |
download | sddm-25c19a8888197db68ada2a40c0917e1f534323d7.tar.gz sddm-25c19a8888197db68ada2a40c0917e1f534323d7.tar.bz2 sddm-25c19a8888197db68ada2a40c0917e1f534323d7.zip |
refractive_index.c -> optics.c
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); |