From c00d326e4951e0384fa7b26861e1b89535c1e288 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Mon, 29 Jul 2019 12:29:22 -0500 Subject: don't need N_ACOS anymore --- src/misc.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/misc.h b/src/misc.h index 60e54ea..49ead20 100644 --- a/src/misc.h +++ b/src/misc.h @@ -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); -- cgit