From: Martin Kronbichler Date: Fri, 10 Jul 2015 16:59:15 +0000 (+0200) Subject: Make compile gcc-4.4 X-Git-Tag: v8.3.0-rc1~36^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbeb3b737aaa2bf5fb7df0f80fa1f666c6436a67;p=dealii.git Make compile gcc-4.4 --- diff --git a/include/deal.II/lac/vector.templates.h b/include/deal.II/lac/vector.templates.h index e80d2600b6..f3bc5d599b 100644 --- a/include/deal.II/lac/vector.templates.h +++ b/include/deal.II/lac/vector.templates.h @@ -1474,7 +1474,7 @@ Vector::lp_norm (const real_type p) const template <> -typename Vector::real_type +Vector::real_type Vector::lp_norm (const real_type) const { Assert(false, ExcMessage("No lp norm for integer vectors"));