]> SALOME platform Git repositories - plugins/hybridplugin.git/commitdiff
Salome HOME
Fix reading of .mesh file (missing break statement caused creation of undesirable...
authorgdd <gdd>
Wed, 5 Sep 2012 08:59:56 +0000 (08:59 +0000)
committergdd <gdd>
Wed, 5 Sep 2012 08:59:56 +0000 (08:59 +0000)
src/GHS3DPlugin/GHS3DPlugin_GHS3D.cxx

index 07b451dd1c2461ffea78edd6adf0e7bce5f28228..68d805e965c000b3be4ac26f6181901c39b76677 100644 (file)
@@ -1333,6 +1333,7 @@ static bool readGMFFile(const char*                     theFile,
             // for ( int iRef = 0; iRef < nbRef; iRef++ )
             //   nodeAssigne[ nodeID[ iRef ]] = 1;
           }
+          break;
         case GmfTetrahedra:
           if ( elemSearcher ) {
             // Issue 0020682. Avoid creating nodes and tetras at place where