Salome HOME
0021294: EDF 1890 : Problem with groups on geometry when dealing with split into...
authoreap <eap@opencascade.com>
Tue, 7 Jun 2011 06:46:33 +0000 (06:46 +0000)
committereap <eap@opencascade.com>
Tue, 7 Jun 2011 06:46:33 +0000 (06:46 +0000)
commit0ae2084641f29671e14b18271bed64a7457deebe
tree2efe0a82f7e5c93dc64198cb016b79effc24e024
parentd8ee702704cb0f2b587316ce294321f95d062baa
0021294: EDF 1890 : Problem with groups on geometry when dealing with split into tetrahedra
   in SetSubShape(const int aShID)
-  if ( aShID > 1 )
+  if ( aShID > 0 )
     SetSubShape( GetMeshDS()->IndexToShape( aShID ));
src/SMESH/SMESH_MesherHelper.cxx