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/reflections.c | |
parent | 1300f72db9ffd953a65969bf76ffef5669ddef80 (diff) |
Single point of truth for which parameters we use
Diffstat (limited to 'src/reflections.c')
-rw-r--r-- | src/reflections.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reflections.c b/src/reflections.c index d187041f..70b2744c 100644 --- a/src/reflections.c +++ b/src/reflections.c @@ -19,7 +19,7 @@ #include "utils.h" #include "cell.h" #include "reflections.h" -#include "parameters-lcls.tmp" +#include "parameters.tmp" void write_reflections(const char *filename, ReflItemList *items, |