From f76e0020e2b8361bba4347f7a6be273b2684593b Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 2 Feb 2024 15:11:07 +0100 Subject: Fix lies in documentation --- libcrystfel/src/datatemplate.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libcrystfel/src/datatemplate.c b/libcrystfel/src/datatemplate.c index c11ec89d..a01baba5 100644 --- a/libcrystfel/src/datatemplate.c +++ b/libcrystfel/src/datatemplate.c @@ -2273,8 +2273,8 @@ static int rotate_all_panels(DataTemplate *dtempl, } /** - * Alters dtempl by rotating the named panel group by ang (degrees) about its - * center. + * Alters dtempl by rotating the named panel group by ang (radians) about the + * specified axis (char 'x', 'y' or 'z'), around the center of the group. * * \returns zero for success, non-zero on error */ -- cgit v1.2.3