]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Undefine #defines.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 17 Jan 2008 22:29:39 +0000 (22:29 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 17 Jan 2008 22:29:39 +0000 (22:29 +0000)
git-svn-id: https://svn.dealii.org/trunk@15630 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/full_matrix.cc
deal.II/lac/source/vector.cc

index ace35c372a1525205f82d23255426bf1f20c58d1..35957147241acbf44a18e46d467f7dcade531878 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id: full_matrix.double.cc 15518 2007-11-18 22:31:00Z bangerth $
 //    Version: $Name$
 //
-//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 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
@@ -48,4 +48,6 @@ TEMPL_OP_EQ(std::complex<double>,std::complex<long double>);
 TEMPL_OP_EQ(std::complex<long double>,std::complex<float>);
 TEMPL_OP_EQ(std::complex<float>,std::complex<long double>);
 
+#undef TEMPL_OP_EQ
+
 DEAL_II_NAMESPACE_CLOSE
index c025d257bcbfc64ecac49a9c12a2e1cd336b9b69..2834504ba6d9775dc91c8ccaaeab53230156fa4a 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 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
@@ -45,8 +45,11 @@ TEMPL_COPY_CONSTRUCTOR(std::complex<double>,std::complex<long double>);
 
 TEMPL_COPY_CONSTRUCTOR(std::complex<long double>,std::complex<float>);
 TEMPL_COPY_CONSTRUCTOR(std::complex<float>,std::complex<long double>);
+
 #endif
 
+#undef TEMPL_COPY_CONSTRUCTOR
+
 
 #define TEMPL_OP_EQ(S1,S2) \
   template \
@@ -73,5 +76,6 @@ TEMPL_OP_EQ(std::complex<double>,std::complex<long double>);
 TEMPL_OP_EQ(std::complex<long double>,std::complex<float>);
 TEMPL_OP_EQ(std::complex<float>,std::complex<long double>);
 
+#undef TEMPL_OP_EQ
 
 DEAL_II_NAMESPACE_CLOSE

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.