Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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