From: bangerth Date: Sat, 10 Aug 2013 10:30:46 +0000 (+0000) Subject: Use standard arrangement of function arguments. Document two arguments that are unuse... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=312e79a9a82134db28cfe639eac646e56bc8d734;p=dealii-svn.git 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 --- 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