aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/symmetry.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/symmetry.c')
-rw-r--r--libcrystfel/src/symmetry.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libcrystfel/src/symmetry.c b/libcrystfel/src/symmetry.c
index 266ada66..48d5004e 100644
--- a/libcrystfel/src/symmetry.c
+++ b/libcrystfel/src/symmetry.c
@@ -212,9 +212,9 @@ static void add_symop_v(SymOpList *ops,
* @m: A %SymOpMask
* @idx: Index of the operation to get
*
- * Returns a pointer to an integer matrix specifying a symmetry operation
- * contained in the symmetry operator list, and identified by the specified
- * index.
+ * This function returns a pointer to an integer matrix specifying a symmetry
+ * operation contained in the symmetry operator list, and identified by the
+ * specified index.
**/
IntegerMatrix *get_symop(const SymOpList *ops, const SymOpMask *m, int idx)
{