]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
remove commented code
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 2 Jan 2013 17:25:42 +0000 (17:25 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 2 Jan 2013 17:25:42 +0000 (17:25 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_merge_mg_into_dof_handler@27903 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/matrix_free/matrix_free.h

index 0b86a9bb42453dbe8eb4bf41764a93ade4622298..f95670a38f68873afff4b980f037feee5e800653 100644 (file)
@@ -1537,9 +1537,7 @@ MatrixFree<dim,Number>::get_cell_iterator(const unsigned int macro_cell_number,
 
   std::pair<unsigned int,unsigned int> index =
     cell_level_index[macro_cell_number*vectorization_length+vector_number];
-  //typename DoFCellAccessor<DoFHandler<dim>, false >::AccessorData adata(dofh, false);
   return typename DoFHandler<dim>::active_cell_iterator
-         //(&dofh->get_tria(), index.first, index.second, &adata);
          (&dofh->get_tria(), index.first, index.second, dofh);
 }
 
@@ -1569,7 +1567,6 @@ MatrixFree<dim,Number>::get_mg_cell_iterator(const unsigned int macro_cell_numbe
 
   std::pair<unsigned int,unsigned int> index =
     cell_level_index[macro_cell_number*vectorization_length+vector_number];
-//  typename DoFCellAccessor<DoFHandler<dim>, true >::AccessorData adata(dofh, true);
   return typename DoFHandler<dim>::cell_iterator
          (&dofh->get_tria(), index.first, index.second, dofh);
 }
@@ -1599,10 +1596,8 @@ MatrixFree<dim,Number>::get_hp_cell_iterator(const unsigned int macro_cell_numbe
   const hp::DoFHandler<dim> *dofh = dof_handlers.hp_dof_handler[dof_index];
   std::pair<unsigned int,unsigned int> index =
     cell_level_index[macro_cell_number*vectorization_length+vector_number];
-  //typename DoFCellAccessor<hp::DoFHandler<dim>, false >::AccessorData adata(dofh, false);
   return typename hp::DoFHandler<dim>::cell_iterator
          (&dofh->get_tria(), index.first, index.second, dofh);
-  //(&dofh->get_tria(), index.first, index.second, &adata);
 }
 
 

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.