From 4c9e2dce0b4eb2a943ed9372d1d1c4a22477df2e Mon Sep 17 00:00:00 2001 From: heister Date: Wed, 24 Aug 2011 21:14:52 +0000 Subject: [PATCH] update test description git-svn-id: https://svn.dealii.org/trunk@24189 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/mpi/renumber_z_order_02.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/mpi/renumber_z_order_02.cc b/tests/mpi/renumber_z_order_02.cc index d4244667ae..fd1860ab45 100644 --- a/tests/mpi/renumber_z_order_02.cc +++ b/tests/mpi/renumber_z_order_02.cc @@ -16,6 +16,8 @@ // the number of processors. We do this by constructing a vector where each // element depends on the location and the index. We output the l2_norm() of // that vector and hope the output is that same. +// This test fails right now, because p4est gets the coarse cells in a different +// order. #include "../tests.h" -- 2.39.5