diff options
author | Thomas White <taw@physics.org> | 2012-10-20 19:41:37 -0700 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-10-20 19:41:37 -0700 |
commit | 89f435823a570f621f23baabf437b4f568667da4 (patch) | |
tree | f209c3be8e59f801415db888361cf69198287c84 /libcrystfel/src | |
parent | f62745115e6a66531bef56f8e1af4b575bdc457f (diff) | |
parent | 89eaa61d5237445bbc45070779847785658690ff (diff) |
Merge branch 'master' of ssh://git.bitwiz.org.uk/crystfel
Diffstat (limited to 'libcrystfel/src')
-rw-r--r-- | libcrystfel/src/cell-utils.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libcrystfel/src/cell-utils.c b/libcrystfel/src/cell-utils.c index 174240b6..3ec9a9d6 100644 --- a/libcrystfel/src/cell-utils.c +++ b/libcrystfel/src/cell-utils.c @@ -71,8 +71,6 @@ * * Rotate a %UnitCell using a %quaternion. * - * Deprecated: 0.4.3. Use tfn_random_rotation() and cell_transform() instead. - * * Returns: a newly allocated rotated copy of @in. * */ @@ -1056,9 +1054,6 @@ void cell_fudge_gslcblas() * * Rotate a %UnitCell using Euler angles * - * Deprecated: Deprecated since 0.4.3. Use tfn_random_rotation() and - * cell_transform() instead. - * * Returns: a newly allocated rotated copy of @in. * */ |