Salome HOME
22812: EDF 9218 SMESH: An empty group is created when using the duplicate nodes and...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_DuplicateNodesDlg.cxx
index 57428add241d7cb5f2e65714425fc341cc34bb3f..8b3c6eac18cc74f602745ecd87a3db54f15e6a0f 100644 (file)
@@ -602,7 +602,7 @@ void SMESHGUI_DuplicateNodesDlg::onSelectionChanged()
         break;
       case 3:
         ok = ( aGroupType == SMESH::VOLUME || 
-              aGroupType == SMESH::FACE );
+               aGroupType == SMESH::FACE );
         break;
       }
     }