diff options
author | tlatorre <tlatorre@uchicago.edu> | 2018-05-01 12:44:37 -0400 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2018-05-01 12:44:37 -0400 |
commit | dd1231a637d337b0111a4c6e3687e6368d446307 (patch) | |
tree | d65c78ff0b4039aa47e9e48c700cdb1d1b3bfd0f /Makefile | |
parent | 7c2893c66312c428ac01542f331ee54933bad5cc (diff) | |
download | sddm-dd1231a637d337b0111a4c6e3687e6368d446307.tar.gz sddm-dd1231a637d337b0111a4c6e3687e6368d446307.tar.bz2 sddm-dd1231a637d337b0111a4c6e3687e6368d446307.zip |
start working on the code to numerically integrate to find the event rate
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ -LDLIBS=-lm +LDLIBS=-lm -lgsl -lgslcblas calculate_limits: calculate_limits.c |