From: eap Date: Tue, 10 Apr 2007 14:14:39 +0000 (+0000) Subject: PAL13330( When mesh generation does not success, trace where ) X-Git-Tag: V3_2_6pre4~19 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c2b5cef51d39c55d88a455a150098f19aa784116;p=modules%2Fsmesh.git PAL13330( When mesh generation does not success, trace where ) minor changes --- diff --git a/src/SMESH_I/SMESH_MeshEditor_i.cxx b/src/SMESH_I/SMESH_MeshEditor_i.cxx index b00c3f634..c458ff041 100644 --- a/src/SMESH_I/SMESH_MeshEditor_i.cxx +++ b/src/SMESH_I/SMESH_MeshEditor_i.cxx @@ -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();