From: 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-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f268d7aeb4ec67cca085f31c3f54ec104da53c1d;p=dealii-svn.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()); ////////////////////////////