mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-27 17:20:33 +05:00
PAL13330( When mesh generation does not success, trace where )
minor changes
This commit is contained in:
parent
af6fd8bf75
commit
c2b5cef51d
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user