From 25d3f660be4e0f5081ebe8fbb24a9b5f15d7ee67 Mon Sep 17 00:00:00 2001 From: leonarski_f Date: Sun, 17 May 2026 14:07:35 +0200 Subject: [PATCH] HDF5NXmx: Fix --- writer/HDF5NXmx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/writer/HDF5NXmx.cpp b/writer/HDF5NXmx.cpp index a570f1db..8728dd16 100644 --- a/writer/HDF5NXmx.cpp +++ b/writer/HDF5NXmx.cpp @@ -542,7 +542,7 @@ void NXmx::Metrology(const StartMessage &start) { start.pixel_size_x); } -void SaveUnitCell( HDF5Group& group, const std::string& name, const UnitCell& unit_cell,) { +void SaveUnitCell( HDF5Group& group, const std::string& name, const UnitCell& unit_cell) { std::vector v = {unit_cell.a, unit_cell.b, unit_cell.c, unit_cell.alpha, unit_cell.beta, unit_cell.gamma}; group.SaveVector(name, v);