diff options
author | Thomas White <taw@physics.org> | 2011-07-08 11:47:33 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:32 +0100 |
commit | aa204284927a93af8da554ddf534cca6f3c79b44 (patch) | |
tree | 35b8aa1cfa0a73238e2c46a097618210890f3178 /src/utils.h | |
parent | b6eaa3b5b4274d88d17743465a0e361f726824a4 (diff) |
Comment out debugging stuff
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 ------------------- */ |