From 3cc8842b69772ba651cee6795d6e54a84686f883 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Fri, 8 May 2020 13:53:23 -0400 Subject: [PATCH] add some empty lines --- include/deal.II/algorithms/operator.h | 3 +++ 1 file changed, 3 insertions(+) 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. */ -- 2.39.5