Salome HOME
http://www.salome-platform.org/forum/forum_10/862540672 Invalid input mesh. Unexpecte...
[modules/smesh.git] / src / StdMeshers / StdMeshers_Import_1D2D.cxx
index e557bc60d6d549114405da755d186a0a3a8061f6..636cd73ec006e4eec21bdfd1a88121e092febb41 100644 (file)
@@ -97,6 +97,7 @@ StdMeshers_Import_1D2D::StdMeshers_Import_1D2D(int hypId, int studyId, SMESH_Gen
 
   _compatibleHypothesis.push_back("ImportSource2D");
   _requireDiscreteBoundary = false;
+  _supportSubmeshes = true;
 }
 
 //=============================================================================