PAL13330( When mesh generation does not success, trace where )

minor changes
This commit is contained in:
eap 2007-04-10 14:14:39 +00:00
parent af6fd8bf75
commit c2b5cef51d

View File

@ -164,7 +164,7 @@ namespace {
typedef map < int, SMESH_subMesh * > TDependsOnMap;
//!< The meshod called by submesh: do my main job
void ProcessEvent(const int, const int eventType, SMESH_subMesh* sm,
SMESH_subMeshEventListenerData*,SMESH_Hypothesis*)
SMESH_subMeshEventListenerData*,const SMESH_Hypothesis*)
{
if ( eventType == SMESH_subMesh::COMPUTE_EVENT ) {
Delete();