From: Timo Heister Date: Fri, 8 May 2020 17:53:23 +0000 (-0400) Subject: add some empty lines X-Git-Tag: v9.2.0-rc1~76^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10096%2Fhead;p=dealii.git add some empty lines --- diff --git a/include/deal.II/algorithms/operator.h b/include/deal.II/algorithms/operator.h index 6a879ab637..b1566b5b80 100644 --- a/include/deal.II/algorithms/operator.h +++ b/include/deal.II/algorithms/operator.h @@ -88,6 +88,7 @@ namespace Algorithms */ virtual void notify(const Event &); + /** * Clear all #notifications. */ @@ -134,11 +135,13 @@ namespace Algorithms */ void initialize_stream(std::ostream &stream); + /** * Set the current step. */ void set_step(const unsigned int step); + /** * Output all the vectors in AnyData. */