From: Wolfgang Bangerth Date: Sat, 18 Feb 2006 05:10:34 +0000 (+0000) Subject: Leave a comment on what this is good for. X-Git-Tag: v8.0.0~12267 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d615bc2d3d72c4cb0d07deb784958d376b6f2e7d;p=dealii.git Leave a comment on what this is good for. git-svn-id: https://svn.dealii.org/trunk@12415 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/hp/crash_03.cc b/tests/hp/crash_03.cc index 8e0a47d26d..c517002c6c 100644 --- a/tests/hp/crash_03.cc +++ b/tests/hp/crash_03.cc @@ -12,9 +12,7 @@ //---------------------------- crash_02.cc --------------------------- -// check a crash in hp::DoFHandler because the -// DoFHandler::active_fe_indices array isn't initialized when -// attaching to a triangulation +// trigger an error in hp::DoFHandler::create_active_fe_table #include