From 10bc2458ea8f3c788a3d6c085d32fd631aa7460c Mon Sep 17 00:00:00 2001 From: Magdalena Schreter Date: Tue, 15 Jun 2021 10:25:50 +0200 Subject: [PATCH] fix declaration of PoisseuilleFlow constructor --- include/deal.II/base/flow_function.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/base/flow_function.h b/include/deal.II/base/flow_function.h index 627272e822..f6fbe18635 100644 --- a/include/deal.II/base/flow_function.h +++ b/include/deal.II/base/flow_function.h @@ -158,7 +158,7 @@ namespace Functions * Construct an object for the given channel radius r and the * Reynolds number Re. */ - PoisseuilleFlow(const double r, const double Re); + PoisseuilleFlow(const double r, const double Re); virtual ~PoisseuilleFlow() override = default; -- 2.39.5