From: Magdalena Schreter Date: Tue, 15 Jun 2021 08:25:50 +0000 (+0200) Subject: fix declaration of PoisseuilleFlow constructor X-Git-Tag: v9.4.0-rc1~1220^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12465%2Fhead;p=dealii.git fix declaration of PoisseuilleFlow constructor --- 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;