From: Wolfgang Bangerth Date: Thu, 17 Jan 2008 22:29:39 +0000 (+0000) Subject: Undefine #defines. X-Git-Tag: v8.0.0~9520 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=618a1a37f3961c5aefd86b4271e984fd393b58bf;p=dealii.git Undefine #defines. git-svn-id: https://svn.dealii.org/trunk@15630 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/source/full_matrix.cc b/deal.II/lac/source/full_matrix.cc index ace35c372a..3595714724 100644 --- a/deal.II/lac/source/full_matrix.cc +++ b/deal.II/lac/source/full_matrix.cc @@ -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,std::complex); TEMPL_OP_EQ(std::complex,std::complex); TEMPL_OP_EQ(std::complex,std::complex); +#undef TEMPL_OP_EQ + DEAL_II_NAMESPACE_CLOSE diff --git a/deal.II/lac/source/vector.cc b/deal.II/lac/source/vector.cc index c025d257bc..2834504ba6 100644 --- a/deal.II/lac/source/vector.cc +++ b/deal.II/lac/source/vector.cc @@ -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,std::complex); TEMPL_COPY_CONSTRUCTOR(std::complex,std::complex); TEMPL_COPY_CONSTRUCTOR(std::complex,std::complex); + #endif +#undef TEMPL_COPY_CONSTRUCTOR + #define TEMPL_OP_EQ(S1,S2) \ template \ @@ -73,5 +76,6 @@ TEMPL_OP_EQ(std::complex,std::complex); TEMPL_OP_EQ(std::complex,std::complex); TEMPL_OP_EQ(std::complex,std::complex); +#undef TEMPL_OP_EQ DEAL_II_NAMESPACE_CLOSE