diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/compare_hkl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/compare_hkl.c b/src/compare_hkl.c index 83ca98bb..a332220b 100644 --- a/src/compare_hkl.c +++ b/src/compare_hkl.c @@ -112,11 +112,9 @@ int main(int argc, char *argv[]) return 1; } - /* List for output scale factor map */ out = new_list_intensity(); - /* Find common reflections (taking symmetry into account) */ icommon = new_items(); ref2_transformed = new_list_intensity(); |