Skip to content

Commit

Permalink
Various fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
loganharbour authored and somu15 committed May 15, 2021
1 parent 749c776 commit b0afd00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
3 changes: 1 addition & 2 deletions framework/include/interfaces/PostprocessorInterface.h
Expand Up @@ -136,8 +136,7 @@ class PostprocessorInterface

protected:
/**
* Helper for deriving classes to override to add dependencies when a Postprocessor
* is requested.
* Helper for deriving classes to override to add dependencies when a Postprocessor is requested.
*/
virtual void addPostprocessorDependencyHelper(const PostprocessorName & /* name */) const {}

Expand Down
Expand Up @@ -303,8 +303,8 @@ class VectorPostprocessorInterface

protected:
/**
* Helper for deriving classes to override to add dependencies when a UserObject
* is requested.
* Helper for deriving classes to override to add dependencies when a VectorPostprocessor is
* requested.
*/
virtual void
addVectorPostprocessorDependencyHelper(const VectorPostprocessorName & /* name */) const
Expand Down Expand Up @@ -338,11 +338,6 @@ class VectorPostprocessorInterface
*/
void possiblyCheckHasVectorPostprocessor(const std::string & param_name,
const std::string & vector_name) const;
/**
* Helper for checking if a VectorPostprocessor exists. This is only able to check
* for validity after all VectorPostprocessors have been added. If called before
* VectorPostprocessors have been added, this will do nothing, hence the "possibly".
*/
void possiblyCheckHasVectorPostprocessorByName(const VectorPostprocessorName & name,
const std::string & vector_name) const;
///@}
Expand Down

0 comments on commit b0afd00

Please sign in to comment.