aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/reflist-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/reflist-utils.c')
-rw-r--r--libcrystfel/src/reflist-utils.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/libcrystfel/src/reflist-utils.c b/libcrystfel/src/reflist-utils.c
index 380a1b8a..1aee6018 100644
--- a/libcrystfel/src/reflist-utils.c
+++ b/libcrystfel/src/reflist-utils.c
@@ -154,17 +154,11 @@ int find_equiv_in_list(RefList *list, signed int h, signed int k,
/**
- * write_reflections_to_file:
- * @fh: File handle to write to
- * @list: The reflection list to write
- *
- * This function writes the contents of @list to @fh,
- *
+ * Write the actual reflections to the file, no headers etc.
* Reflections which have a redundancy of zero will not be written.
- *
* The resulting list can be read back with read_reflections_from_file().
**/
-void write_reflections_to_file(FILE *fh, RefList *list)
+static void write_reflections_to_file(FILE *fh, RefList *list)
{
Reflection *refl;
RefListIterator *iter;