]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Simplify test a bit
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 30 Jul 2006 21:20:48 +0000 (21:20 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 30 Jul 2006 21:20:48 +0000 (21:20 +0000)
git-svn-id: https://svn.dealii.org/trunk@13521 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/fe_tools_14.cc

index 9c0fa56779afa0d71953361836108edb637fde4f..bc813ee5d743c100c0e231fb710db2608565f5f9 100644 (file)
@@ -1,5 +1,5 @@
-//    $Id$
-//    Version: $Name$ 
+//    $Id$
+//    Version: $Name
 //
 //    Copyright (C) 2005, 2006 by the deal.II authors
 //
@@ -30,9 +30,15 @@ check_this (const DoFHandler<dim> &dof_handler)
   const FiniteElement<dim> &fe = dof_handler.get_fe();
   
   for (unsigned int i = 0; i < fe.dofs_per_face; ++i)
-    Assert (fe.face_to_equivalent_cell_index (i) ==
-           fe.face_to_cell_index (i, 0),
-           ExcInternalError());
+    {
+      deallog << fe.face_to_equivalent_cell_index (i)
+             << ' '
+             << fe.face_to_cell_index (i, 0)
+             << std::endl;
+      Assert (fe.face_to_equivalent_cell_index (i) ==
+             fe.face_to_cell_index (i, 0),
+             ExcInternalError());
+    }
   
   deallog << "OK" << std::endl;
 }

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.