Skip to content

Commit

Permalink
Overrode Postprocessor::hasBlocks() for use as functors
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuahansel authored and oanaoana committed Oct 19, 2023
1 parent 33209eb commit 1f838ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions framework/include/postprocessors/Postprocessor.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ class Postprocessor : public OutputInterface,
*/
const std::string & PPName() const { return _pp_name; }

virtual bool hasBlocks(SubdomainID /* id */) const override { return true; }

protected:
/// Post-processor name
const std::string & _pp_name;
Expand Down

0 comments on commit 1f838ee

Please sign in to comment.