Skip to content

Commit

Permalink
Update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
bangerth committed Jun 23, 2024
1 parent 940d3d8 commit 3488b5d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/aspect/postprocess/interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,9 @@ namespace aspect
* of course needs to be able to access these other postprocessors.
* This can be done by deriving your postprocessor from
* SimulatorAccess, and then using the
* SimulatorAccess::get_postprocess_manager::get_matching_postprocessor
* function.
* SimulatorAccess::get_postprocess_manager() function, followed
* by asking the resulting object via get_matching_plugin_object()
* for a specific postprocessor object.
*/
virtual
std::list<std::string>
Expand Down

0 comments on commit 3488b5d

Please sign in to comment.