]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Minor fix.
authorabn <adrien.bruneton@cea.fr>
Mon, 9 May 2016 08:19:44 +0000 (10:19 +0200)
committerabn <adrien.bruneton@cea.fr>
Tue, 10 May 2016 07:40:20 +0000 (09:40 +0200)
src/MEDCoupling/MEDCouplingUMesh.hxx

index 863ad250e8987234fd7606ba5f5a18c5d540b9ae..db3945fd6d72824165507c378b5135376f93f976 100644 (file)
@@ -43,7 +43,7 @@ namespace ParaMEDMEM
     MEDCOUPLING_EXPORT static MEDCouplingUMesh *New();
     MEDCOUPLING_EXPORT static MEDCouplingUMesh *New(const std::string& meshName, int meshDim);
     // Copy methods
-    MEDCOUPLING_EXPORT MEDCouplingUMesh *deepCpy() const;;
+    MEDCOUPLING_EXPORT MEDCouplingUMesh *deepCpy() const;
     MEDCOUPLING_EXPORT MEDCouplingUMesh *clone(bool recDeepCpy) const;
     MEDCOUPLING_EXPORT MEDCouplingUMesh *deepCpyConnectivityOnly() const;