aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2024-02-02 15:10:40 +0100
committerThomas White <taw@physics.org>2024-02-06 16:59:35 +0100
commit9f4a4750659732dbe7433fc61fe1d07b5aa05264 (patch)
treeb9326687d8dc0bfcf0b43da2957e3c87df25c7af
parent85da29bd648334ddac81537c6309fefab68547a4 (diff)
Julia: Fix docs
-rw-r--r--julia/CrystFEL/src/datatemplates.jl2
1 files changed, 1 insertions, 1 deletions
diff --git a/julia/CrystFEL/src/datatemplates.jl b/julia/CrystFEL/src/datatemplates.jl
index 9632346e..b063aa90 100644
--- a/julia/CrystFEL/src/datatemplates.jl
+++ b/julia/CrystFEL/src/datatemplates.jl
@@ -90,7 +90,7 @@ end
Modifies `DataTemplate` by moving the specified panel group by the specified
amount (in metres).
-Corresponds to CrystFEL C API function `data_template_translate_group`.
+Corresponds to CrystFEL C API function `data_template_translate_group_m`.
"""
function translategroup!(dtempl::DataTemplate, groupname, xshift, yshift, zshift)
r = @ccall libcrystfel.data_template_translate_group_m(dtempl.internalptr::Ptr{InternalDataTemplate},