]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Move into namespace dealii.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 23 Oct 2006 03:07:19 +0000 (03:07 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 23 Oct 2006 03:07:19 +0000 (03:07 +0000)
git-svn-id: https://svn.dealii.org/trunk@14042 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/contrib/hsl/source/detached_ma27.cc

index 91f34ef2e827b07e974e3a7efdaab0df04c9c82e..37f81b93a87e7d2f8b61f5f2c60436d359a5af9d 100644 (file)
@@ -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 <sys/errno.h>
 
 
+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<T> (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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.