http://www.salome-platform.org/forum/forum_10/862540672 Invalid input mesh. Unexpected computed submesh

This commit is contained in:
eap 2014-05-23 19:30:14 +04:00
parent cd71364a29
commit 6cd71fc31b

View 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;
}
//=============================================================================