]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Tests must include ../tests.h
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 23 Jan 2008 03:20:44 +0000 (03:20 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 23 Jan 2008 03:20:44 +0000 (03:20 +0000)
git-svn-id: https://svn.dealii.org/trunk@15645 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/project_boundary_rt_01.cc

index 44bda3e0dbe98e351a5b82f232a79417bd6b7de6..5296102486b3cbb063d08423db23f51ed167da59 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 2007 by the deal.II authors
+//    Copyright (C) 2007, 2008 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -11,6 +11,7 @@
 //
 //----------------------------------------------------------------------
 
+#include "../tests.h"
 #include <base/logstream.h>
 #include <base/function.h>
 #include <base/quadrature_lib.h>
@@ -25,7 +26,6 @@
 
 #include <fstream>
 
-using namespace dealii;
 
 /**
  * A vector-valued polynomial for testing RT elements.
@@ -186,7 +186,5 @@ int main()
   FE_RaviartThomasNodal<2> rt23(3);
   test_hyper_cube(rt23);
   FE_RaviartThomasNodal<2> rt24(4);
-  test_hyper_cube(rt24);
-  
-  
+  test_hyper_cube(rt24);  
 }

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.