]> https://gitweb.dealii.org/ - dealii.git/commitdiff
update test output
authorTimo Heister <timo.heister@gmail.com>
Wed, 16 Jan 2013 21:34:42 +0000 (21:34 +0000)
committerTimo Heister <timo.heister@gmail.com>
Wed, 16 Jan 2013 21:34:42 +0000 (21:34 +0000)
git-svn-id: https://svn.dealii.org/trunk@28085 0785d39b-7218-0410-832d-ea1e28bc413d

tests/fe/injection_q_dg0.cc

index 4d453ac41795a4eb0058e4ea6b03525d50df8e34..7923e37349d8004f43dd78f83b07734b4869e2c5 100644 (file)
@@ -22,5 +22,11 @@ void test ()
 {
   for (unsigned int i=1; i<4; ++i)
     for (unsigned int j=i; j<4; ++j)
-      do_check (FE_Q_DG0<dim>(i), FE_Q_DG0<dim>(j));
+      {
+       deallog << "inj " << i << " " << j << ":" << std::endl;
+       
+       
+       do_check (FE_Q_DG0<dim>(i), FE_Q_DG0<dim>(j));
+      }
+  
 }

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.