From: hartmann Date: Wed, 25 Oct 2006 13:17:54 +0000 (+0000) Subject: Remove a DEAL_II_NAMESPACE_CLOSE which has been added accidentally. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e15c8597628d9705e26bccf9ff20b7043d0f0057;p=dealii-svn.git Remove a DEAL_II_NAMESPACE_CLOSE which has been added accidentally. git-svn-id: https://svn.dealii.org/trunk@14086 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/config.cc b/deal.II/base/source/config.cc index 09f070f0d3..80b5f4581a 100644 --- a/deal.II/base/source/config.cc +++ b/deal.II/base/source/config.cc @@ -30,7 +30,6 @@ namespace deal_II_numbers // comparisons will be false return ((x >= -std::numeric_limits::max()) && -DEAL_II_NAMESPACE_CLOSE (x <= std::numeric_limits::max())); #endif }