From: Wolfgang Bangerth Date: Wed, 15 Mar 2006 05:42:03 +0000 (+0000) Subject: Remove empty comment line. X-Git-Tag: v8.0.0~12099 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00487711cc3db5c52df5705e62aee62205e798bf;p=dealii.git Remove empty comment line. git-svn-id: https://svn.dealii.org/trunk@12596 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-16/step-16.cc b/deal.II/examples/step-16/step-16.cc index 14bf6f0872..fd9d400c02 100644 --- a/deal.II/examples/step-16/step-16.cc +++ b/deal.II/examples/step-16/step-16.cc @@ -306,7 +306,6 @@ void LaplaceProblem::assemble_multigrid () std::vector local_dof_indices (dofs_per_cell); - // typename MGDoFHandler::cell_iterator cell = mg_dof_handler.begin(), endc = mg_dof_handler.end(); for (; cell!=endc; ++cell)