From a23e51fdb61c90dbda6d404fa602c7b7a97887e5 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Wed, 17 Jan 2018 09:29:43 +0100 Subject: [PATCH] Fix cast value in h5_utils --- src/h5_utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/h5_utils.cpp b/src/h5_utils.cpp index 5b3d479..1d50c76 100644 --- a/src/h5_utils.cpp +++ b/src/h5_utils.cpp @@ -214,7 +214,7 @@ void h5_utils::write_attribute(H5::H5Object& target, h5_attr& attribute, map(value)); + h5_utils::write_attribute(target, name, boost::any_cast(value)); return; } catch (const boost::bad_any_cast& exception) {}