From: wolf Date: Tue, 20 Mar 2001 14:56:19 +0000 (+0000) Subject: On some systems (discovered on DEC Alpha OSF1 V5), static variables in inline functio... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf6079d9dff35fdac3420ca638cd4d2a34d5bd8f;p=dealii-svn.git On some systems (discovered on DEC Alpha OSF1 V5), static variables in inline functions are not allowed. In this particular case, there also seems no reason to make the variable static, as the compiler might even be able to optimize access to it away sometimes, and it doesn't harm to make it non-static. git-svn-id: https://svn.dealii.org/trunk@4251 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/grid/geometry_info.h b/deal.II/deal.II/include/grid/geometry_info.h index e4a600482e..2146aec269 100644 --- a/deal.II/deal.II/include/grid/geometry_info.h +++ b/deal.II/deal.II/include/grid/geometry_info.h @@ -205,10 +205,10 @@ GeometryInfo<2>::child_cell_on_face (const unsigned int face, Assert (face::child_cell_on_face (const unsigned int face, Assert (face