diff options
author | Thomas White <taw@physics.org> | 2014-09-05 13:36:08 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-09-05 13:36:39 +0200 |
commit | acbc6aec2f192189659975503717a8ac3d1226f0 (patch) | |
tree | 9287eb6a2c54797cd9684e094830253d07572211 /libcrystfel/src/symmetry.c | |
parent | f5a13135c61f6e86ebc5be8afabdf4dd5a8c629e (diff) |
Update docs
Diffstat (limited to 'libcrystfel/src/symmetry.c')
-rw-r--r-- | libcrystfel/src/symmetry.c | 6 |
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) { |