From aa204284927a93af8da554ddf534cca6f3c79b44 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 8 Jul 2011 11:47:33 +0200 Subject: Comment out debugging stuff --- src/utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index 3e0b3af9..66299867 100644 --- a/src/utils.h +++ b/src/utils.h @@ -171,6 +171,7 @@ static inline int within_tolerance(double a, double b, double percent) /* Joules to eV */ #define J_to_eV(a) ((a)/ELECTRON_CHARGE) +#define UNUSED __attribute__((unused)) /* -------------------- Indexed lists for specified types ------------------- */ -- cgit v1.2.3