From 79fb1b3076033e8cdfe611c19d7f219d3f31ee2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabricio=20Fern=C3=A1ndez?= Date: Wed, 16 Oct 2024 15:02:28 -0300 Subject: [PATCH] redundant declaration error in Loads name space --- inc/Loads.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/inc/Loads.h b/inc/Loads.h index 537a540..914744e 100644 --- a/inc/Loads.h +++ b/inc/Loads.h @@ -81,13 +81,14 @@ namespace Loads { }; // TODO doxygen - struct SeismicData { + struct SeismicData + { std::vector time; std::vector acceleration; std::vector velocity; }; - Loads::SeismicData& getSeismicData(); + SeismicData& getSeismicData(); /// \brief Configures the gravity load in particles /// \param[in] bodies A list containing Body pointers