diff options
-rw-r--r-- | src/get_hkl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/get_hkl.c b/src/get_hkl.c index 78d79f76..6b6b71be 100644 --- a/src/get_hkl.c +++ b/src/get_hkl.c @@ -191,6 +191,7 @@ int main(int argc, char *argv[]) } else { /* Write out all reflections */ write_items = new_items(); + /* (quick way of copying a list) */ union_items(write_items, input_items); } |