mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-18 23:10:36 +05:00
set Kernel_Utils::Localizer before calling algo->Compute()
This commit is contained in:
parent
e1e680f157
commit
8781de04b7
@ -39,6 +39,7 @@
|
||||
|
||||
#include "utilities.h"
|
||||
#include "OpUtil.hxx"
|
||||
#include "Basics_Utils.hxx"
|
||||
|
||||
#include <BRep_Builder.hxx>
|
||||
#include <BRep_Tool.hxx>
|
||||
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user