]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix tests/fe/bdm_16 3862/head
authorTimo Heister <timo.heister@gmail.com>
Fri, 27 Jan 2017 18:19:35 +0000 (13:19 -0500)
committerTimo Heister <timo.heister@gmail.com>
Fri, 27 Jan 2017 18:19:35 +0000 (13:19 -0500)
tests/fe/bdm_16.cc

index bf204822d489cc8c8f9fdf4379343773c9c57c5b..5674ee3d8cbb95b9d9e00f7e6f6a80dc5b913dba 100644 (file)
@@ -44,7 +44,7 @@ test (const unsigned int degree)
           << std::endl;
 
   for (unsigned int i=0; i<fe_bdm.dofs_per_cell; ++i)
-    std::cout << fe_bdm.restriction_is_additive(i) << " ";
+    deallog << fe_bdm.restriction_is_additive(i) << " ";
 
   deallog << 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.