From: bangerth Date: Tue, 16 Nov 2010 20:24:54 +0000 (+0000) Subject: Add comment. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e632314b2ffd503006a508b5abf2ffa6a92f507;p=dealii-svn.git Add comment. git-svn-id: https://svn.dealii.org/trunk@22770 0785d39b-7218-0410-832d-ea1e28bc413d --- 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"