From f80d1467eb592700c5f2bd1ce2946f00152d0d6f Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Tue, 13 Jan 2004 07:59:12 +0000 Subject: [PATCH] Make it compile with ICC 8.0 git-svn-id: https://svn.dealii.org/trunk@8307 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/fe/mapping_q.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/source/fe/mapping_q.cc b/deal.II/deal.II/source/fe/mapping_q.cc index 39b945af77..5273529d35 100644 --- a/deal.II/deal.II/source/fe/mapping_q.cc +++ b/deal.II/deal.II/source/fe/mapping_q.cc @@ -80,7 +80,7 @@ MappingQ<1>::~MappingQ () template -static number power(const number x, const unsigned int y) +number power(const number x, const unsigned int y) { // since the power to which x is // raised is usually the space -- 2.39.5