From 55e4948bc4ed28737722e1c95bb8127c1daaa134 Mon Sep 17 00:00:00 2001 From: David Wells Date: Tue, 11 Oct 2016 18:02:16 -0400 Subject: [PATCH] Remove collect_periodic_face_pairs() references. This function was removed in commit a99f9a70d2 (September 2013) in favor of collect_periodic_faces. --- include/deal.II/grid/grid_tools.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/grid/grid_tools.h b/include/deal.II/grid/grid_tools.h index a4a34ba646..786b1a24e3 100644 --- a/include/deal.II/grid/grid_tools.h +++ b/include/deal.II/grid/grid_tools.h @@ -1449,7 +1449,7 @@ namespace GridTools /** - * This compatibility version of collect_periodic_face_pairs() only works on + * This compatibility version of collect_periodic_faces() only works on * grids with cells in * @ref GlossFaceOrientation "standard orientation". * @@ -1464,7 +1464,7 @@ namespace GridTools * * See above function for further details. * - * @note This version of collect_periodic_face_pairs() will not work on + * @note This version of collect_periodic_faces() will not work on * meshes with cells not in * @ref GlossFaceOrientation "standard orientation". * -- 2.39.5