diff --git a/include/core/variableAttributeLoader.h b/include/core/variableAttributeLoader.h index 503b7605..dc9fcd47 100644 --- a/include/core/variableAttributeLoader.h +++ b/include/core/variableAttributeLoader.h @@ -23,13 +23,13 @@ class variableAttributeLoader /** * \brief User-facing method where the variable attributes are set. */ - void + virtual void loadVariableAttributes(); /** * \brief User-facing method where the postprocessing variable attributes are set. */ - void + virtual void loadPostProcessorVariableAttributes(); /** @@ -204,6 +204,7 @@ class variableAttributeLoader [[nodiscard]] AttributesList get_pp_attributes() const; +private: /** * \brief The solutions variable attributes */ @@ -220,7 +221,6 @@ class variableAttributeLoader */ AttributesList *relevant_attributes = nullptr; -private: /** * \brief Perform a suite of assertions on attributes and pp_attributes to ensure that * the user's inputs are well-formed