From f463cf15de69ed1551c90cc66c71183a0263155f Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 2 Sep 2013 23:01:55 +0000 Subject: [PATCH] Minor doc edits. git-svn-id: https://svn.dealii.org/trunk@30562 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/grid/grid_tools.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/include/deal.II/grid/grid_tools.h b/deal.II/include/deal.II/grid/grid_tools.h index e228c7ba2b..146fecf71c 100644 --- a/deal.II/include/deal.II/grid/grid_tools.h +++ b/deal.II/include/deal.II/grid/grid_tools.h @@ -1084,7 +1084,7 @@ namespace GridTools * * This function tries to match all faces belonging to the first * boundary with faces belonging to the second boundary with the help - * of orthogonal_equality. + * of orthogonal_equality(). * * The @p offset is a vector tangential to the faces that is added to the * location of vertices of the 'first' boundary when attempting to match @@ -1099,7 +1099,7 @@ namespace GridTools const typename identity::type &end, const types::boundary_id b_id1, const types::boundary_id b_id2, - int direction, + const int direction, const dealii::Tensor<1,FaceIterator::AccessorType::space_dimension> &offset); @@ -1118,7 +1118,7 @@ namespace GridTools collect_periodic_face_pairs (const DH &container, const types::boundary_id b_id1, const types::boundary_id b_id2, - int direction, + const int direction, const dealii::Tensor<1,DH::space_dimension> &offset); @@ -1146,7 +1146,7 @@ namespace GridTools std::map collect_periodic_face_pairs (const DH &dof_handler, /*TODO: Name*/ const types::boundary_id b_id, - int direction, + const int direction, const dealii::Tensor<1,DH::space_dimension> &offset); -- 2.39.5