From: Ralf 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-Tag: v8.0.0~10888 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38ba62bee5418c30a9c46d2d431e9a1a7a973bec;p=dealii.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 }