diff options
author | Thomas White <taw@physics.org> | 2009-11-26 12:40:52 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2009-11-26 12:40:52 +0100 |
commit | 62c196e3579842233d0a0a8d1da52e06209cd129 (patch) | |
tree | 964a10dbc946db57a6185ba63147386d7ad05371 | |
parent | 0aeafff34ab38c92df13d2c42dd583800737ef27 (diff) |
CRYSTAL_SIZE is no longer used!
-rw-r--r-- | src/pattern_sim.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pattern_sim.c b/src/pattern_sim.c index 5e2df13b..c6a57e36 100644 --- a/src/pattern_sim.c +++ b/src/pattern_sim.c @@ -27,10 +27,6 @@ #include "detector.h" -/* Crystal size in metres */ -#define CRYSTAL_SIZE (500.0e-9) - - static void show_help(const char *s) { printf("Syntax: %s\n\n", s); |