From ed4e10a702849b758d09500d74269dfa72bbfaf7 Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 3 Aug 2007 00:23:10 +0000 Subject: [PATCH] Remove a few unnecessary semi-colons and avoid warnings on empty-bodies loops. git-svn-id: https://svn.dealii.org/trunk@14894 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-14/step-14.cc | 11 +++++++---- deal.II/examples/step-22/step-22.cc | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/deal.II/examples/step-14/step-14.cc b/deal.II/examples/step-14/step-14.cc index e20fabe726..e4aa118982 100644 --- a/deal.II/examples/step-14/step-14.cc +++ b/deal.II/examples/step-14/step-14.cc @@ -3107,7 +3107,8 @@ namespace LaplaceSolver active_cell_iterator cell=dual_solver.dof_handler.begin_active(); for (unsigned int t=0; (t template double -PressureBoundaryValues::value (const Point &p, +PressureBoundaryValues::value (const Point &/*p*/, const unsigned int /*component*/) const { return 0; -- 2.39.5