From: Martin Kronbichler Date: Thu, 30 Jul 2009 15:14:11 +0000 (+0000) Subject: Avoid confusion of the PGI compiler. X-Git-Tag: v8.0.0~7425 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d58d6614142b02c2effe09d829acae437c0177e4;p=dealii.git Avoid confusion of the PGI compiler. git-svn-id: https://svn.dealii.org/trunk@19140 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/geometry_info.cc b/deal.II/base/source/geometry_info.cc index d64439b16f..405469429d 100644 --- a/deal.II/base/source/geometry_info.cc +++ b/deal.II/base/source/geometry_info.cc @@ -49,7 +49,7 @@ namespace internal template void define_variables () { - foo(&GeometryInfo::vertices_per_cell); + foo(&::dealii::GeometryInfo::vertices_per_cell); } template void define_variables<2> ();