From 9f6fddae0060aa8b0cfc07c00d961e92bec9117a Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 11 Feb 2009 00:47:53 +0000 Subject: [PATCH] Move DEAL_II_NAMESPACE_OPEN to where it belongs. git-svn-id: https://svn.dealii.org/trunk@18358 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/logstream.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deal.II/base/include/base/logstream.h b/deal.II/base/include/base/logstream.h index 4b446c9451..e57346becc 100644 --- a/deal.II/base/include/base/logstream.h +++ b/deal.II/base/include/base/logstream.h @@ -23,7 +23,6 @@ #include #include -DEAL_II_NAMESPACE_OPEN // we only need output streams, but older compilers did not provide // them in a separate include file #ifdef HAVE_STD_OSTREAM_HEADER @@ -33,6 +32,8 @@ DEAL_II_NAMESPACE_OPEN #endif +DEAL_II_NAMESPACE_OPEN + /** * A class that simplifies the process of execution logging. It does so by * providing -- 2.39.5