From: eap Date: Fri, 5 Mar 2010 07:42:20 +0000 (+0000) Subject: set Kernel_Utils::Localizer before calling algo->Compute() X-Git-Tag: V5_1_4a1~46 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=8781de04b7ed319c672aa5ff8f289621b8b93154 set Kernel_Utils::Localizer before calling algo->Compute() --- diff --git a/src/SMESH/SMESH_subMesh.cxx b/src/SMESH/SMESH_subMesh.cxx index d93b598a5..577fccb1d 100644 --- a/src/SMESH/SMESH_subMesh.cxx +++ b/src/SMESH/SMESH_subMesh.cxx @@ -39,6 +39,7 @@ #include "utilities.h" #include "OpUtil.hxx" +#include "Basics_Utils.hxx" #include #include @@ -1370,6 +1371,7 @@ bool SMESH_subMesh::ComputeStateEngine(int event) algo->InitComputeError(); MemoryReserve aMemoryReserve; SMDS_Mesh::CheckMemory(); + Kernel_Utils::Localizer loc; if ( !_father->HasShapeToMesh() ) // no shape { SMESH_MesherHelper helper( *_father );