diff options
author | Thomas White <taw@physics.org> | 2010-07-16 21:30:21 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:54 +0100 |
commit | e353eb72a60f365bc1c0ca3e7e9efed2f00465bc (patch) | |
tree | 62ad6489d232482f94fd0773a9ad4dc400bd8f50 /src | |
parent | 9c67613d0435aa5352e1ab458d52b6bf1d92bede (diff) |
Fix to previous commit
Diffstat (limited to 'src')
-rw-r--r-- | src/compare_hkl.c | 1 |
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; |