From fe4e7c42ab6198e4ebeb26e31ada1078a0965dba Mon Sep 17 00:00:00 2001 From: tlatorre Date: Wed, 4 Jul 2018 18:02:05 -0400 Subject: add a function to compute the refractive index of water as a function of wavelength --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 98f700d..bfdfb22 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ calculate_limits: calculate_limits.c solid_angle.o: solid_angle.c -test: test.c solid_angle.c +test: test.c solid_angle.c refractive_index.c clean: rm calculate_limits -- cgit