]> 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:54:02 +0000 (09:54 +0200)
src/MEDCoupling/MEDCouplingUMesh.hxx

index d389255b45812c6ba324171aacc7e79854f92963..e4320302886c197ce1219e4748b986437c15e010 100644 (file)
@@ -43,7 +43,7 @@ namespace MEDCoupling
     MEDCOUPLING_EXPORT static MEDCouplingUMesh *New();
     MEDCOUPLING_EXPORT static MEDCouplingUMesh *New(const std::string& meshName, int meshDim);
     // Copy methods
-    MEDCOUPLING_EXPORT MEDCouplingUMesh *deepCopy() const;;
+    MEDCOUPLING_EXPORT MEDCouplingUMesh *deepCopy() const;
     MEDCOUPLING_EXPORT MEDCouplingUMesh *clone(bool recDeepCpy) const;
     MEDCOUPLING_EXPORT MEDCouplingUMesh *deepCopyConnectivityOnly() const;