diff options
author | tlatorre <tlatorre@uchicago.edu> | 2019-07-29 12:29:22 -0500 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2019-07-29 12:29:22 -0500 |
commit | c00d326e4951e0384fa7b26861e1b89535c1e288 (patch) | |
tree | 08ebd4b81c551d66ca8f60dbc454019969c93d67 | |
parent | 70a440e997b3b34c1b07f4110298cd8078d8f279 (diff) | |
download | sddm-c00d326e4951e0384fa7b26861e1b89535c1e288.tar.gz sddm-c00d326e4951e0384fa7b26861e1b89535c1e288.tar.bz2 sddm-c00d326e4951e0384fa7b26861e1b89535c1e288.zip |
don't need N_ACOS anymore
-rw-r--r-- | src/misc.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -27,9 +27,6 @@ #define LN_MAX 100 #define LNFACT_MAX 100 -/* Number of points to create a lookup table for the fast_acos() function. */ -#define N_ACOS 10000 - double trapz(const double *y, double dx, size_t n); int intersect_sphere(double *pos, double *dir, double R, double *l); void get_path_length(double *pos1, double *pos2, double R, double *l1, double *l2); |