From: hartmann Date: Tue, 13 Jan 2004 07:59:12 +0000 (+0000) Subject: Make it compile with ICC 8.0 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa417163eec230f00d73311b192eaa2295a86948;p=dealii-svn.git Make it compile with ICC 8.0 git-svn-id: https://svn.dealii.org/trunk@8307 0785d39b-7218-0410-832d-ea1e28bc413d --- 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