]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove the empty function we used to place into object files if the rest of the file...
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 17 Jan 2008 23:47:31 +0000 (23:47 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 17 Jan 2008 23:47:31 +0000 (23:47 +0000)
git-svn-id: https://svn.dealii.org/trunk@15631 0785d39b-7218-0410-832d-ea1e28bc413d

14 files changed:
deal.II/deal.II/source/fe/fe_nedelec_1d.cc
deal.II/deal.II/source/fe/fe_nedelec_2d.cc
deal.II/deal.II/source/fe/fe_nedelec_3d.cc
deal.II/lac/source/petsc_block_sparse_matrix.cc
deal.II/lac/source/petsc_full_matrix.cc
deal.II/lac/source/petsc_matrix_base.cc
deal.II/lac/source/petsc_parallel_block_vector.cc
deal.II/lac/source/petsc_parallel_sparse_matrix.cc
deal.II/lac/source/petsc_parallel_vector.cc
deal.II/lac/source/petsc_precondition.cc
deal.II/lac/source/petsc_solver.cc
deal.II/lac/source/petsc_sparse_matrix.cc
deal.II/lac/source/petsc_vector.cc
deal.II/lac/source/petsc_vector_base.cc

index d03f549421bf3b474356c711224af249712ae2fc..9a74b050f22256c882be26b8dcff412a3e85064d 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2002, 2003, 2004, 2005, 2006 by the deal.II authors
+//    Copyright (C) 2002, 2003, 2004, 2005, 2006, 2008 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -47,9 +47,5 @@ FE_Nedelec<1>::Matrices::constraint_matrices[] = {0};
 
 DEAL_II_NAMESPACE_CLOSE
 
-#else // #if deal_II_dimension
-// On gcc2.95 on Alpha OSF1, the native assembler does not like empty
-// files, so provide some dummy code
-namespace { void dummy () {} }
 #endif // #if deal_II_dimension == 1
 
index 2dbf6c59b72d22d1cb9342e2ff5a4f2e7c9ac9e1..30aa812bfe17d25c3f3b7d2c596fb5a33dd9f80a 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2002, 2003, 2005, 2006 by the deal.II authors
+//    Copyright (C) 2002, 2003, 2005, 2006, 2008 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -133,8 +133,4 @@ sizeof(FE_Nedelec<2>::Matrices::constraint_matrices[0]);
 
 DEAL_II_NAMESPACE_CLOSE
 
-#else // #if deal_II_dimension
-// On gcc2.95 on Alpha OSF1, the native assembler does not like empty
-// files, so provide some dummy code
-namespace { void dummy () {} }
 #endif // #if deal_II_dimension == 2
index ba4326da90b40c3bebae8670d0013b7e635df333..a61adb329bd1d856b6c3ff41f17955fd75bd6d60 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2002, 2003, 2005, 2006 by the deal.II authors
+//    Copyright (C) 2002, 2003, 2005, 2006, 2008 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -236,8 +236,4 @@ sizeof(FE_Nedelec<3>::Matrices::constraint_matrices[0]);
 
 DEAL_II_NAMESPACE_CLOSE
 
-#else // #if deal_II_dimension
-// On gcc2.95 on Alpha OSF1, the native assembler does not like empty
-// files, so provide some dummy code
-namespace { void dummy () {} }
 #endif // #if deal_II_dimension == 3
index 4017e653916d4d0896ca83d85c4daecd52af59d2..a4c3a8fc4d0dc8c4da6b4edbe89897a67fbb30b1 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2004, 2005, 2006 by the deal.II authors
+//    Copyright (C) 2004, 2005, 2006, 2008 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -98,8 +98,4 @@ namespace PETScWrappers
   
 DEAL_II_NAMESPACE_CLOSE
 
-#else // #if DEAL_II_USE_PETSC
-// On gcc2.95 on Alpha OSF1, the native assembler does not like empty
-// files, so provide some dummy code
-namespace { void dummy () {} }
 #endif
index d62c06fe1ce0536437f52df37aa6aee0419b92f3..38645f961b3a5fd0954fd3b2a9b2dd013f9bbe54 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2004, 2005, 2006 by the deal.II authors
+//    Copyright (C) 2004, 2005, 2006, 2008 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -43,8 +43,4 @@ namespace PETScWrappers
 
 DEAL_II_NAMESPACE_CLOSE
 
-#else
-// On gcc2.95 on Alpha OSF1, the native assembler does not like empty
-// files, so provide some dummy code
-namespace { void dummy () {} }
 #endif // DEAL_II_USE_PETSC
index 18f74081288b60c2ac749eeeb00477b7529d232b..ff4b69f03be51ec977ec1e473ef4ec241357469a 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2004, 2005, 2006 by the deal.II authors
+//    Copyright (C) 2004, 2005, 2006, 2008 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -597,8 +597,4 @@ namespace PETScWrappers
 
 DEAL_II_NAMESPACE_CLOSE
 
-#else
-// On gcc2.95 on Alpha OSF1, the native assembler does not like empty
-// files, so provide some dummy code
-namespace { void dummy () {} }
 #endif // DEAL_II_USE_PETSC
index f1e25e067156915d628b3494051317ccbae42a9a..9c074a14e8b04aac239532c864f3b17ff93246ac 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2004, 2005, 2006 by the deal.II authors
+//    Copyright (C) 2004, 2005, 2006, 2008 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -41,8 +41,4 @@ namespace PETScWrappers
 
 DEAL_II_NAMESPACE_CLOSE
 
-#else
-// On gcc2.95 on Alpha OSF1, the native assembler does not like empty
-// files, so provide some dummy code
-namespace { void dummy () {} }
 #endif // DEAL_II_USE_PETSC
index 17bdd2dd895abec6e07143de8b317d6da9f16bc8..9ab68aec80f247234161ab1feacd64c34b3dccde 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2004, 2005, 2006 by the deal.II authors
+//    Copyright (C) 2004, 2005, 2006, 2008 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -451,8 +451,4 @@ namespace PETScWrappers
 
 DEAL_II_NAMESPACE_CLOSE
 
-#else
-// On gcc2.95 on Alpha OSF1, the native assembler does not like empty
-// files, so provide some dummy code
-namespace { void dummy () {} }
 #endif // DEAL_II_USE_PETSC
index 4c49bc7970d73ffebcb6943dadd58295ba5f5b2b..38b2efa4e11632c0dde0402fd82b499a6b343556 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2004, 2006 by the deal.II authors
+//    Copyright (C) 2004, 2006, 2008 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -169,8 +169,4 @@ namespace PETScWrappers
 
 DEAL_II_NAMESPACE_CLOSE
 
-#else
-// On gcc2.95 on Alpha OSF1, the native assembler does not like empty
-// files, so provide some dummy code
-namespace { void dummy () {} }
 #endif // DEAL_II_USE_PETSC
index cb7d45c5492894fa03a94c1b733c3451a782ec06..9219d5cc269f508ba136cc08ba031c991987d109 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2004, 2006 by the deal.II authors
+//    Copyright (C) 2004, 2006, 2008 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -349,8 +349,4 @@ namespace PETScWrappers
 
 DEAL_II_NAMESPACE_CLOSE
 
-#else
-// On gcc2.95 on Alpha OSF1, the native assembler does not like empty
-// files, so provide some dummy code
-namespace { void dummy () {} }
 #endif // DEAL_II_USE_PETSC
index dcda5b9d67a7c27d8866e77c3a1142131386dd85..beaf53fa9f7edf88307422c79a1e8acb8cf449a2 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2004, 2006 by the deal.II authors
+//    Copyright (C) 2004, 2006, 2008 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -688,8 +688,4 @@ namespace PETScWrappers
 
 DEAL_II_NAMESPACE_CLOSE
 
-#else
-// On gcc2.95 on Alpha OSF1, the native assembler does not like empty
-// files, so provide some dummy code
-namespace { void dummy () {} }
 #endif // DEAL_II_USE_PETSC
index 5c5142dafc6d4006a43c2075f81363d848d99ff4..ec84471f025dfc47d6e07fb24fc11e35bc28cf2a 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2004, 2005, 2006 by the deal.II authors
+//    Copyright (C) 2004, 2005, 2006, 2008 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -234,8 +234,4 @@ namespace PETScWrappers
 
 DEAL_II_NAMESPACE_CLOSE
 
-#else
-// On gcc2.95 on Alpha OSF1, the native assembler does not like empty
-// files, so provide some dummy code
-namespace { void dummy () {} }
 #endif // DEAL_II_USE_PETSC
index b74db3a90c6b75abb99b8fbd4ae3cd806545940a..e7773935a495dacc65120a413d8ec868743b5722 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2004, 2006 by the deal.II authors
+//    Copyright (C) 2004, 2006, 2008 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -111,8 +111,4 @@ namespace PETScWrappers
 
 DEAL_II_NAMESPACE_CLOSE
 
-#else
-// On gcc2.95 on Alpha OSF1, the native assembler does not like empty
-// files, so provide some dummy code
-namespace { void dummy () {} }
 #endif // DEAL_II_USE_PETSC
index 41e838b2147146670c602c64ede1f4afe79f6b57..816ce19eda7681c63ce1200c1a6c77a2183f7fa3 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2004, 2005, 2006, 2007 by the deal.II authors
+//    Copyright (C) 2004, 2005, 2006, 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
@@ -902,8 +902,4 @@ namespace PETScWrappers
 
 DEAL_II_NAMESPACE_CLOSE
 
-#else
-// On gcc2.95 on Alpha OSF1, the native assembler does not like empty
-// files, so provide some dummy code
-namespace { void dummy () {} }
 #endif // DEAL_II_USE_PETSC

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.