From 56a57cd601fb8d01c3371e7a5d2c0892a0bc6c93 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 23 Oct 2006 03:07:19 +0000 Subject: [PATCH] Move into namespace dealii. git-svn-id: https://svn.dealii.org/trunk@14042 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/contrib/hsl/source/detached_ma27.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/deal.II/contrib/hsl/source/detached_ma27.cc b/deal.II/contrib/hsl/source/detached_ma27.cc index 91f34ef2e8..37f81b93a8 100644 --- a/deal.II/contrib/hsl/source/detached_ma27.cc +++ b/deal.II/contrib/hsl/source/detached_ma27.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2002, 2003 by the deal.II authors +// Copyright (C) 2002, 2003, 2006 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -37,6 +37,7 @@ #include +DEAL_II_NAMESPACE_OPEN /** * Namespace implementing a number of functions that are used to @@ -232,10 +233,13 @@ void get (T *t, const size_t N, const char *debug_info) record_communication (CommunicationsLog::get, N, count, debug_info); } +DEAL_II_NAMESPACE_CLOSE int main () { + using namespace dealii; + // first action is to get the pid // of the master process, so that // we can check whether it is still -- 2.39.5