From 312e79a9a82134db28cfe639eac646e56bc8d734 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sat, 10 Aug 2013 10:30:46 +0000 Subject: [PATCH] Use standard arrangement of function arguments. Document two arguments that are unused in a function. git-svn-id: https://svn.dealii.org/trunk@30275 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/base/geometry_info.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deal.II/source/base/geometry_info.cc b/deal.II/source/base/geometry_info.cc index b8223630f0..6569451117 100644 --- a/deal.II/source/base/geometry_info.cc +++ b/deal.II/source/base/geometry_info.cc @@ -1101,7 +1101,9 @@ unsigned int GeometryInfo<2>::child_cell_on_face (const RefinementCase<2> &ref_case, const unsigned int face, const unsigned int subface, - const bool, const bool face_flip, const bool, + const bool /*face_orientation*/, + const bool face_flip, + const bool /*face_rotation*/, const RefinementCase<1> &) { Assert (face