diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-03-26 22:42:55 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:22 +0100 |
commit | d123fe36b591a85e9e491316e5d4df74e2014c92 (patch) | |
tree | 1cf9395f27c1d450fb936303ca7fd3fa41b2f216 | |
parent | b730350f342972083bc28195d0042b2485135ee9 (diff) |
Remove dead code
-rw-r--r-- | src/utils.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/utils.h b/src/utils.h index a7a93404..9776de8a 100644 --- a/src/utils.h +++ b/src/utils.h @@ -180,21 +180,11 @@ static inline double angle_between(double x1, double y1, double z1, #define TYPE double #include "list_tmp.h" -/* As above, but for complex structure factors */ -#define LABEL(x) x##_sfac -#define TYPE double complex -#include "list_tmp.h" - /* As above, but for (unsigned) integer counts */ #define LABEL(x) x##_count #define TYPE unsigned int #include "list_tmp.h" -/* As above, but for sigmas */ -#define LABEL(x) x##_sigma -#define TYPE double -#include "list_tmp.h" - /* As above, but for simple flags */ #define LABEL(x) x##_flag #define TYPE unsigned char |