From: David Wells Date: Tue, 11 Oct 2016 22:02:16 +0000 (-0400) Subject: Remove collect_periodic_face_pairs() references. X-Git-Tag: v8.5.0-rc1~580^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55e4948bc4ed28737722e1c95bb8127c1daaa134;p=dealii.git Remove collect_periodic_face_pairs() references. This function was removed in commit a99f9a70d2 (September 2013) in favor of collect_periodic_faces. --- 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". *