aboutsummaryrefslogtreecommitdiff
path: root/src/compare_hkl.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-07-16 21:30:21 +0200
committerThomas White <taw@physics.org>2012-02-22 15:26:54 +0100
commite353eb72a60f365bc1c0ca3e7e9efed2f00465bc (patch)
tree62ad6489d232482f94fd0773a9ad4dc400bd8f50 /src/compare_hkl.c
parent9c67613d0435aa5352e1ab458d52b6bf1d92bede (diff)
Fix to previous commit
Diffstat (limited to 'src/compare_hkl.c')
-rw-r--r--src/compare_hkl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compare_hkl.c b/src/compare_hkl.c
index 2aafcdb1..445798d6 100644
--- a/src/compare_hkl.c
+++ b/src/compare_hkl.c
@@ -50,6 +50,7 @@ int main(int argc, char *argv[])
char *outfile = NULL;
char *afile = NULL;
char *bfile = NULL;
+ char *sym = NULL;
double scale, R2, Rmerge, pearson;
int i, ncom;
ReflItemList *i1, *i2, *icommon;