aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;