From: bangerth Date: Thu, 9 Aug 2012 21:00:56 +0000 (+0000) Subject: Temporarily fix something that doesn't compile. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec976bf7192bb56b6cdbb597720d8020ee5288d6;p=dealii-svn.git Temporarily fix something that doesn't compile. git-svn-id: https://svn.dealii.org/branches/branch_merge_mg_into_dof_handler@25843 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/dofs/block_info.cc b/deal.II/source/dofs/block_info.cc index 1ccaed45c6..530c256cc1 100644 --- a/deal.II/source/dofs/block_info.cc +++ b/deal.II/source/dofs/block_info.cc @@ -39,8 +39,10 @@ BlockInfo::initialize(const DoFHandler& dof, bool levels_only, bo for (unsigned int i = 0; i < sizes.size (); ++i) sizes[i].resize (dof.get_fe ().n_blocks ()); - - MGTools::count_dofs_per_block (dof, sizes); + +//TODO[MB]: + Assert (false, ExcMessage("Markus: This still needs to be fixed, it doesn't compile.")); +// MGTools::count_dofs_per_block (dof, sizes); levels.resize (sizes.size ()); for (unsigned int i = 0; i < sizes.size (); ++i)