From: Wolfgang Bangerth Date: Tue, 16 Nov 2010 19:46:58 +0000 (+0000) Subject: Augment docs. X-Git-Tag: v8.0.0~4893 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6b5db8336c6abec0e73704f92b60d308394563b;p=dealii.git Augment docs. git-svn-id: https://svn.dealii.org/trunk@22766 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/codim_one/extract_boundary_mesh_00.cc b/tests/codim_one/extract_boundary_mesh_00.cc index 37ff05a0b3..831bb59ac2 100644 --- a/tests/codim_one/extract_boundary_mesh_00.cc +++ b/tests/codim_one/extract_boundary_mesh_00.cc @@ -16,6 +16,8 @@ GridTools::extract_boundary_mesh (...). We test that the order of cells and the orientation of the vertices is consistent between the two meshes. + + This test checks the whole thing for a 2d and 3d hypercube. */