From e346cdbf294d2e1e154dfe23e3d0c92f3d034345 Mon Sep 17 00:00:00 2001 From: wolf Date: Sat, 18 Oct 2003 19:18:52 +0000 Subject: [PATCH] Document purpose of test. git-svn-id: https://svn.dealii.org/trunk@8107 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/grid_in_3d.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/deal.II/grid_in_3d.cc b/tests/deal.II/grid_in_3d.cc index 6f2d4cc2aa..93d0e68660 100644 --- a/tests/deal.II/grid_in_3d.cc +++ b/tests/deal.II/grid_in_3d.cc @@ -12,6 +12,10 @@ //---------------------------- grid_in_3d.cc --------------------------- +// check that we can read in and edge orient meshes in 3d with a +// significant number of cells. this tests Mike's reorienting +// algorithm + #include #include #include -- 2.39.5