From 0cd2f99711b9a74d851a9e820494b9574fcc5900 Mon Sep 17 00:00:00 2001 From: Rainer Keller Date: Mon, 18 Jun 2007 21:29:09 +0000 Subject: [PATCH] - Get rid of pendatic C++ namespace warning. This commit was SVN r15127. --- ompi/mpi/cxx/mpicxx.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mpi/cxx/mpicxx.cc b/ompi/mpi/cxx/mpicxx.cc index c18fc240bc..ce714ca197 100644 --- a/ompi/mpi/cxx/mpicxx.cc +++ b/ompi/mpi/cxx/mpicxx.cc @@ -296,4 +296,4 @@ const int LOCK_SHARED = MPI_LOCK_SHARED; const Datatype UB(MPI_UB); const Datatype LB(MPI_LB); -}; /* namespace MPI */ +} /* namespace MPI */