diff options
author | tlatorre <tlatorre@uchicago.edu> | 2018-07-04 11:40:19 -0400 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2018-07-04 11:40:19 -0400 |
commit | b01a6737eb07ab342d370cd83def1285eab08186 (patch) | |
tree | e95c9547193e4f62a936d588d260a44cb0dd6cab /Makefile | |
parent | dc52a95f796ca7f0b3534846b2461bc0b48ad40b (diff) | |
download | sddm-b01a6737eb07ab342d370cd83def1285eab08186.tar.gz sddm-b01a6737eb07ab342d370cd83def1285eab08186.tar.bz2 sddm-b01a6737eb07ab342d370cd83def1285eab08186.zip |
initial commit of a function to calculate the solid angle subtended by a circular disk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ LDLIBS=-lm -lgsl -lgslcblas calculate_limits: calculate_limits.c +solid_angle.o: solid_angle.c + clean: rm calculate_limits |