]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/Tools/MeshCut/MeshCut_Maillage.cxx
Salome HOME
PR: synchro V6_main tag mergeto_V7_main_11Feb13
[modules/smesh.git] / src / Tools / MeshCut / MeshCut_Maillage.cxx
index 52136a2fcf726b85e7ceedd6eea794b847f154b6..08284c21ab4cdf5b3aa71837bf2e454bbf1fe1fe 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2006-2011  EDF R&D
+// Copyright (C) 2006-2012  EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -1121,8 +1121,8 @@ void Maillage::outputMED(std::string fichierMED)
           // Création de la famille
           if (MEDfamilyCr(fid, maa, nomfam, numfam, 0, MED_NO_GROUP) < 0)
             ERREUR("Error MEDfamilyCr");
-         delete gro;
-       }
+          delete gro;
+        }
 
     }
 
@@ -1437,7 +1437,7 @@ void Maillage::outputMED(std::string fichierMED)
           if (MEDfamilyCr(fid, maa, nomfam, numfam, 1, gro) < 0)
             ERREUR("Error MEDfamilyCr");
 
-         delete gro;
+          delete gro;
         }
     }