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/pattern_sim.c | |
parent | 1300f72db9ffd953a65969bf76ffef5669ddef80 (diff) |
Single point of truth for which parameters we use
Diffstat (limited to 'src/pattern_sim.c')
-rw-r--r-- | src/pattern_sim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pattern_sim.c b/src/pattern_sim.c index 371a4ef5..ea3722a7 100644 --- a/src/pattern_sim.c +++ b/src/pattern_sim.c @@ -31,7 +31,7 @@ #include "peaks.h" #include "sfac.h" #include "reflections.h" -#include "parameters-lcls.tmp" +#include "parameters.tmp" static void show_help(const char *s) |