From: Wolfgang Bangerth Date: Wed, 2 Jun 2004 04:09:23 +0000 (+0000) Subject: Make test conform to our usual standards. X-Git-Tag: v8.0.0~15098 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a03c2b7066134a35d8e0bbc5ea9dc50c8eddff4;p=dealii.git Make test conform to our usual standards. git-svn-id: https://svn.dealii.org/trunk@9357 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/fe/function.cc b/tests/fe/function.cc index 48d27686ec..93de5a44d7 100644 --- a/tests/fe/function.cc +++ b/tests/fe/function.cc @@ -3,6 +3,7 @@ // Test the different FEValuesBase::get_function_values +#include "../tests.h" #include #include @@ -85,7 +86,7 @@ int main() { std::ofstream logfile("function.output"); deallog.attach(logfile); -// deallog.depth_console(0); + deallog.depth_console(0); test_vectors<2>();