]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Undo previous change.
authorbuerg <buerg@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 10 Aug 2012 08:04:53 +0000 (08:04 +0000)
committerbuerg <buerg@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 10 Aug 2012 08:04:53 +0000 (08:04 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_merge_mg_into_dof_handler@25851 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/dofs/block_info.cc

index 530c256cc14f43478cf4ff0d0a09fffa9b3cb7a3..1ae1207819efa221c8e09a162990339a8b82d186 100644 (file)
@@ -40,9 +40,7 @@ BlockInfo::initialize(const DoFHandler<dim, spacedim>& dof, bool levels_only, bo
     for (unsigned int i = 0; i < sizes.size (); ++i)
       sizes[i].resize (dof.get_fe ().n_blocks ());
 
-//TODO[MB]:
-    Assert (false, ExcMessage("Markus: This still needs to be fixed, it doesn't compile."));
-//    MGTools::count_dofs_per_block (dof, sizes);
+    MGTools::count_dofs_per_block (dof, sizes);
     levels.resize (sizes.size ());
     
     for (unsigned int i = 0; i < sizes.size (); ++i)

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.