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/utils.c | |
parent | f5a13135c61f6e86ebc5be8afabdf4dd5a8c629e (diff) |
Update docs
Diffstat (limited to 'libcrystfel/src/utils.c')
-rw-r--r-- | libcrystfel/src/utils.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libcrystfel/src/utils.c b/libcrystfel/src/utils.c index 0972c710..e09b53c3 100644 --- a/libcrystfel/src/utils.c +++ b/libcrystfel/src/utils.c @@ -283,6 +283,7 @@ struct quaternion normalise_quaternion(struct quaternion q) /** * random_quaternion: + * @rng: A GSL random number generator to use * * Returns: a randomly generated, normalised, quaternion. **/ @@ -328,7 +329,7 @@ int quaternion_valid(struct quaternion q) /** * quat_rot - * @q: A vector (in the form of an %rvec) + * @q: A vector (in the form of a "struct rvec") * @z: A %quaternion * * Rotates a vector according to a quaternion. |