Skip to content

Commit

Permalink
Re-add unused initPostprocessorData to be removed soon
Browse files Browse the repository at this point in the history
  • Loading branch information
loganharbour committed Apr 21, 2021
1 parent 291eb9f commit fd569fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions framework/include/problems/FEProblemBase.h
Expand Up @@ -899,6 +899,11 @@ class FEProblemBase : public SubProblem, public Restartable
*/
bool hasUserObject(const std::string & name) const;

/**
* No longer used. To be removed after application patching
*/
void initPostprocessorData(const std::string &) {}

/**
* Get a read-only reference to the value associated with a Postprocessor that exists.
* @param name The name of the post-processor
Expand Down
2 changes: 2 additions & 0 deletions framework/src/base/Moose.C
Expand Up @@ -199,6 +199,7 @@ addActionTypes(Syntax & syntax)
registerTask("check_copy_nodal_vars", true);
registerTask("copy_nodal_vars", true);
registerTask("copy_nodal_aux_vars", true);
registerTask("setup_postprocessor_data", false);

registerTask("setup_dampers", true);
registerTask("check_integrity", true);
Expand Down Expand Up @@ -270,6 +271,7 @@ addActionTypes(Syntax & syntax)
"(create_problem_custom)"
"(create_problem_default)"
"(create_problem_complete)"
"(setup_postprocessor_data)"
"(setup_time_integrator)"
"(setup_executioner)"
"(check_integrity_early)"
Expand Down

0 comments on commit fd569fe

Please sign in to comment.