From 647b9ebdfd7ac6e1ff8a67b5864d45cc261408e6 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Fri, 20 Oct 2017 14:54:40 -0400 Subject: [PATCH] small documentation fixes --- include/deal.II/base/flow_function.h | 2 +- include/deal.II/fe/fe_system.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/include/deal.II/base/flow_function.h b/include/deal.II/base/flow_function.h index 0b9c8f53d2..d71c990a78 100644 --- a/include/deal.II/base/flow_function.h +++ b/include/deal.II/base/flow_function.h @@ -249,7 +249,7 @@ namespace Functions /// The angle of the reentrant corner, set to 3*pi/2 const double omega; /// The exponent of the radius, computed as the solution to - /// $\sin(\lambda\omega)+\lambda*sin(\omega)=0$ + /// $\sin(\lambda\omega)+\lambda \sin(\omega)=0$ static const double lambda; /// Cosine of lambda times omega const double coslo; diff --git a/include/deal.II/fe/fe_system.h b/include/deal.II/fe/fe_system.h index f9218330df..ca90bb8f1b 100644 --- a/include/deal.II/fe/fe_system.h +++ b/include/deal.II/fe/fe_system.h @@ -510,7 +510,6 @@ public: */ virtual std::string get_name () const; - // for documentation, see the FiniteElement base class virtual std::unique_ptr > clone() const; -- 2.39.5