diff options
author | Thomas White <taw@physics.org> | 2010-09-30 18:37:41 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:00 +0100 |
commit | 0fd8f9fc6147c5b43e2789c69b2b8266002ce53e (patch) | |
tree | f2d638143bc431945ccb283b63b3881161e0d22a /src/detector.c | |
parent | 1300f72db9ffd953a65969bf76ffef5669ddef80 (diff) |
Single point of truth for which parameters we use
Diffstat (limited to 'src/detector.c')
-rw-r--r-- | src/detector.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/detector.c b/src/detector.c index 151bac61..11e61b48 100644 --- a/src/detector.c +++ b/src/detector.c @@ -20,7 +20,7 @@ #include "utils.h" #include "diffraction.h" #include "detector.h" -#include "parameters-lcls.tmp" +#include "parameters.tmp" int atob(const char *a) |