]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
All tests should include ../tests.h
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 18 Oct 2006 23:40:28 +0000 (23:40 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 18 Oct 2006 23:40:28 +0000 (23:40 +0000)
git-svn-id: https://svn.dealii.org/trunk@14017 0785d39b-7218-0410-832d-ea1e28bc413d

tests/base/polynomials_rt.cc
tests/base/polynomials_tensor.cc
tests/base/symmetric_tensor_03.cc
tests/base/symmetric_tensor_04.cc
tests/base/symmetric_tensor_05.cc
tests/base/symmetric_tensor_20.cc
tests/base/symmetric_tensor_21.cc
tests/base/tensor.cc
tests/base/tensor_02.cc
tests/base/tensor_03.cc

index dacc5e661dd75a25ec37cf5da778cf388ae59117..33edebf6d1106a72be1edfeb2e9486ad2ce0bade 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
+//    Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -13,6 +13,7 @@
 
 // plot PolynomialsRaviartThomas on the reference cell
 
+#include "../tests.h"
 #include <base/logstream.h>
 #include <base/tensor.h>
 #include <base/polynomials_raviart_thomas.h>
index 94df8c7db56dceaf763ec156e6d11d7bfd017470..c5cce7c10bb9fcdcd4c5663e881034a083be63b2 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
+//    Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -16,6 +16,7 @@
 
 // classes: PolynomialsBDM, PolynomialsRaviartThomas
 
+#include "../tests.h"
 #include <base/logstream.h>
 #include <base/polynomials_bdm.h>
 #include <base/polynomials_raviart_thomas.h>
index cda9a35bc685cbe3ed08cadfd32d92275d309156..d2a59968f84ca510322cc41549b237f3a28b0705 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 2005 by the deal.II authors
+//    Copyright (C) 2005, 2006 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -13,6 +13,7 @@
 
 // test symmetric 2x2x2x2 tensors
 
+#include "../tests.h"
 #include <base/symmetric_tensor.h>
 #include <base/logstream.h>
 #include <fstream>
index 6c60270dc98f446f49cd89d2cce272ebeee2b41a..9a31dbebe5f1e11de171f85b5ee38d0263dd28e4 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 2005 by the deal.II authors
+//    Copyright (C) 2005, 2006 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -13,6 +13,7 @@
 
 // test symmetric 3x3x3x3 tensors
 
+#include "../tests.h"
 #include <base/symmetric_tensor.h>
 #include <base/logstream.h>
 #include <fstream>
index 9f29b77e6d4480dc271cdc94091599e50b8a45ad..0eb8c431dc050b92b1b0d1339c354a64d7743a3e 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 2005 by the deal.II authors
+//    Copyright (C) 2005, 2006 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -14,6 +14,7 @@
 // make sure the tensor t_ijkl=delta_ik delta_jl + delta_il delta_jk
 // actually maps a rank-2 tensor onto twice itself
 
+#include "../tests.h"
 #include <base/symmetric_tensor.h>
 #include <base/logstream.h>
 #include <fstream>
index 69d5f31df9795f5352cd52b907cafc961b0a5378..b87b6ee9e53cc305f8d34764c1174914da2c1ba3 100644 (file)
@@ -13,6 +13,7 @@
 
 // check SymmetricTensor<2,dim>::operator= (double)
 
+#include "../tests.h"
 #include <base/symmetric_tensor.h>
 #include <base/logstream.h>
 #include <lac/vector.h>
index ee8699172fef42e64a1d7b785b239dac13cfd2e0..602cb048ad2ff746a4866d4efbae627b7f9389f5 100644 (file)
@@ -13,6 +13,7 @@
 
 // check SymmetricTensor<2,dim>::operator= (double)
 
+#include "../tests.h"
 #include <base/symmetric_tensor.h>
 #include <base/logstream.h>
 #include <lac/vector.h>
index e4b5eb3f1bc4257ca6d5caa1e32d917375299927..2a62323a558b7ccb0ee2dbc0514763e6e88e3979 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -12,6 +12,7 @@
 //----------------------------  tensor.cc  ---------------------------
 
 
+#include "../tests.h"
 #include <base/tensor.h>
 #include <base/logstream.h>
 #include <lac/vector.h>
index 255df374e900f101d4b5892a53d8d3675192fc4c..9bbfb7a365665fd08aec75edf3852d45ccb201e6 100644 (file)
@@ -13,6 +13,7 @@
 
 // check Tensor::operator= (double)
 
+#include "../tests.h"
 #include <base/tensor.h>
 #include <base/logstream.h>
 #include <lac/vector.h>
index 901e2348d815b1c1b4400ef0e2181298a86dfa32..4e82ede49976bc86f01ca5e2f879cf86f165de57 100644 (file)
@@ -13,6 +13,7 @@
 
 // check Tensor<1,dim>::operator= (double)
 
+#include "../tests.h"
 #include <base/tensor.h>
 #include <base/logstream.h>
 #include <lac/vector.h>

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.