Skip to content

Commit 7f6931e

Browse files
fractalsbyxlandinjm
authored andcommitted
Update variableAttributeLoader.h
closes #416
1 parent 24aa0f8 commit 7f6931e

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

include/core/variableAttributeLoader.h

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,6 @@ class variableAttributeLoader
4444
[[nodiscard]] AttributesList
4545
get_pp_attributes() const;
4646

47-
protected:
48-
/**
49-
* \brief User-facing method where the variable attributes are set.
50-
*/
51-
virtual void
52-
loadVariableAttributes();
53-
54-
/**
55-
* \brief User-facing method where the postprocessing variable attributes are set.
56-
*/
57-
virtual void
58-
loadPostProcessorVariableAttributes();
59-
6047
/**
6148
* \brief Set the name of the variable at `index` to `name`.
6249
*
@@ -217,6 +204,19 @@ class variableAttributeLoader
217204
void
218205
set_output_integral(const unsigned int &index, const bool &flag) const;
219206

207+
protected:
208+
/**
209+
* \brief User-facing method where the variable attributes are set.
210+
*/
211+
virtual void
212+
loadVariableAttributes();
213+
214+
/**
215+
* \brief User-facing method where the postprocessing variable attributes are set.
216+
*/
217+
virtual void
218+
loadPostProcessorVariableAttributes();
219+
220220
private:
221221
/**
222222
* \brief The solutions variable attributes

0 commit comments

Comments
 (0)