]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Suppression of extra ;
authorageay <ageay>
Fri, 14 Oct 2011 10:47:34 +0000 (10:47 +0000)
committerageay <ageay>
Fri, 14 Oct 2011 10:47:34 +0000 (10:47 +0000)
src/ParaMEDMEMTest/MPIAccessTest.hxx

index ea1641fe195749f6f1dabfc6dadc30e0a1649f44..57cd8f8a5f82b6e93966e348c4570d56a2ccbb79 100644 (file)
@@ -100,6 +100,6 @@ void MPIAccessTest_DumpArray (std::ostream & stream, const T* array, const int l
     }
   }
   stream << "}" << std::endl;
-};
+}
 
 #endif