Skip to content

Commit

Permalink
Update variableAttributeLoader.h
Browse files Browse the repository at this point in the history
closes #416
  • Loading branch information
fractalsbyx authored and landinjm committed Jan 28, 2025
1 parent 24aa0f8 commit 7f6931e
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions include/core/variableAttributeLoader.h
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
*
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7f6931e

Please sign in to comment.