From: Timo Heister Date: Fri, 20 Oct 2017 18:54:40 +0000 (-0400) Subject: small documentation fixes X-Git-Tag: v9.0.0-rc1~920^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=647b9ebdfd7ac6e1ff8a67b5864d45cc261408e6;p=dealii.git small documentation fixes --- 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;