From: Wolfgang Bangerth Date: Tue, 16 Jun 2015 17:26:32 +0000 (-0500) Subject: Add a comment to two testcases. X-Git-Tag: v8.3.0-rc1~100^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1023%2Fhead;p=dealii.git Add a comment to two testcases. --- diff --git a/tests/grid/extrude_orientation_01.cc b/tests/grid/extrude_orientation_01.cc index 85f0bf577a..964b38678c 100644 --- a/tests/grid/extrude_orientation_01.cc +++ b/tests/grid/extrude_orientation_01.cc @@ -18,7 +18,8 @@ // Test GridGenerator::extrude. 2d meshes are always correctly // edge-oriented, and so if we stack them one on top of the other, we // should also get a 3d mesh for which both edge and face orientations -// are correct +// are correct -- or so I thought, but this turns out to not be true, +// see https://github.com/dealii/dealii/issues/1013 // // test this for a square extruded to a cube diff --git a/tests/grid/extrude_orientation_02.cc b/tests/grid/extrude_orientation_02.cc index ae302d6ef5..5c8452aeec 100644 --- a/tests/grid/extrude_orientation_02.cc +++ b/tests/grid/extrude_orientation_02.cc @@ -18,7 +18,8 @@ // Test GridGenerator::extrude. 2d meshes are always correctly // edge-oriented, and so if we stack them one on top of the other, we // should also get a 3d mesh for which both edge and face orientations -// are correct +// are correct -- or so I thought, but this turns out to not be true, +// see https://github.com/dealii/dealii/issues/1013 // // test this for a circle extruded to a cylinder