From: Wolfgang Bangerth Date: Mon, 12 Jul 2010 21:45:02 +0000 (+0000) Subject: Use an alternative form of a command that gcc3.3.x trips over. X-Git-Tag: v8.0.0~5834 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17245a4e7ec784180417d540972c7789ab82cea4;p=dealii.git Use an alternative form of a command that gcc3.3.x trips over. git-svn-id: https://svn.dealii.org/trunk@21475 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/multigrid/mg_dof_handler.cc b/deal.II/deal.II/source/multigrid/mg_dof_handler.cc index d2819a8947..9341eaaa32 100644 --- a/deal.II/deal.II/source/multigrid/mg_dof_handler.cc +++ b/deal.II/deal.II/source/multigrid/mg_dof_handler.cc @@ -569,7 +569,7 @@ namespace internal { const unsigned int dim = 2; - Assert (mg_dof_handler.selected_fe != 0, DoFHandler::ExcNoFESelected()); + Assert (mg_dof_handler.selected_fe != 0, DoFHandler<2>::ExcNoFESelected()); Assert (mg_dof_handler.tria->n_levels() > 0, DoFHandler<2>::ExcInvalidTriangulation()); ////////////////////////////