From: bangerth Date: Tue, 16 Nov 2010 19:46:58 +0000 (+0000) Subject: Augment docs. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49ba827773cb7ac391a18c2465de7e125d51c906;p=dealii-svn.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. */