From 7f6931e885bea765586acaa87a42d9ba04d27f0d Mon Sep 17 00:00:00 2001 From: Xander <102053371+fractalsbyx@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:03:30 -0500 Subject: [PATCH] Update variableAttributeLoader.h closes #416 --- include/core/variableAttributeLoader.h | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/include/core/variableAttributeLoader.h b/include/core/variableAttributeLoader.h index 926ca033d..55d8df3fe 100644 --- a/include/core/variableAttributeLoader.h +++ b/include/core/variableAttributeLoader.h @@ -44,19 +44,6 @@ class variableAttributeLoader [[nodiscard]] AttributesList get_pp_attributes() const; -protected: - /** - * \brief User-facing method where the variable attributes are set. - */ - virtual void - loadVariableAttributes(); - - /** - * \brief User-facing method where the postprocessing variable attributes are set. - */ - virtual void - loadPostProcessorVariableAttributes(); - /** * \brief Set the name of the variable at `index` to `name`. * @@ -217,6 +204,19 @@ class variableAttributeLoader void set_output_integral(const unsigned int &index, const bool &flag) const; +protected: + /** + * \brief User-facing method where the variable attributes are set. + */ + virtual void + loadVariableAttributes(); + + /** + * \brief User-facing method where the postprocessing variable attributes are set. + */ + virtual void + loadPostProcessorVariableAttributes(); + private: /** * \brief The solutions variable attributes