From: ageay Date: Fri, 14 Oct 2011 10:47:34 +0000 (+0000) Subject: Suppression of extra ; X-Git-Tag: V6_main_FINAL~933 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=268ba5f4a2c3f3ae222812fb5c241ecbccf0a00d;p=tools%2Fmedcoupling.git Suppression of extra ; --- diff --git a/src/ParaMEDMEMTest/MPIAccessTest.hxx b/src/ParaMEDMEMTest/MPIAccessTest.hxx index ea1641fe1..57cd8f8a5 100644 --- a/src/ParaMEDMEMTest/MPIAccessTest.hxx +++ b/src/ParaMEDMEMTest/MPIAccessTest.hxx @@ -100,6 +100,6 @@ void MPIAccessTest_DumpArray (std::ostream & stream, const T* array, const int l } } stream << "}" << std::endl; -}; +} #endif