File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff 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+
220220private:
221221 /* *
222222 * \brief The solutions variable attributes
You can’t perform that action at this time.
0 commit comments