aboutsummaryrefslogtreecommitdiff
path: root/src/get_hkl.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-07-15 14:37:31 +0200
committerThomas White <taw@physics.org>2012-02-22 15:26:53 +0100
commit0ee51508cd841ae3a4cca6ce416fbe9922abf009 (patch)
tree597e0f6a4d9979857c8d6e320193a8ff2cb953e0 /src/get_hkl.c
parent2823f2e38bb785827733425c8691dc6b60d5f96c (diff)
get_hkl: Add comment
Diffstat (limited to 'src/get_hkl.c')
-rw-r--r--src/get_hkl.c1
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);
}