From fbeb3b737aaa2bf5fb7df0f80fa1f666c6436a67 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Fri, 10 Jul 2015 18:59:15 +0200 Subject: [PATCH] Make compile gcc-4.4 --- include/deal.II/lac/vector.templates.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")); -- 2.39.5