From 9f4a4750659732dbe7433fc61fe1d07b5aa05264 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 2 Feb 2024 15:10:40 +0100 Subject: Julia: Fix docs --- julia/CrystFEL/src/datatemplates.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'julia/CrystFEL') 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}, -- cgit v1.2.3