From 6e632314b2ffd503006a508b5abf2ffa6a92f507 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 16 Nov 2010 20:24:54 +0000 Subject: [PATCH] Add comment. git-svn-id: https://svn.dealii.org/trunk@22770 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/codim_one/extract_boundary_mesh_02.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/codim_one/extract_boundary_mesh_02.cc b/tests/codim_one/extract_boundary_mesh_02.cc index a4605f7a67..6da03eb6fc 100644 --- a/tests/codim_one/extract_boundary_mesh_02.cc +++ b/tests/codim_one/extract_boundary_mesh_02.cc @@ -18,7 +18,9 @@ of the vertices is consistent between the two meshes. Test the same as in the _01 test but with a surface object attached. - This used to fail at one point. + This used to fail at one point. The reason was trivial though: one + needs to attach a surface descriptor object to the surface mesh as + well. */ #include "../tests.h" -- 2.39.5