]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Temporarily fix something that doesn't compile.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 9 Aug 2012 21:00:56 +0000 (21:00 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 9 Aug 2012 21:00:56 +0000 (21:00 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_merge_mg_into_dof_handler@25843 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/dofs/block_info.cc

index 1ccaed45c6684844cc5b0d3069d992a70e29972a..530c256cc14f43478cf4ff0d0a09fffa9b3cb7a3 100644 (file)
@@ -39,8 +39,10 @@ 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 ());
-    
-    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)

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.