mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-15 20:53:08 +05:00
Missing corrections after new loggin system
This commit is contained in:
parent
0aef1e314f
commit
1835ca6ea1
@ -1238,7 +1238,7 @@ SMESH::SMESH_Mesh_ptr SMESH_Gen_i::CreateMesh( GEOM::GEOM_Object_ptr theShapeObj
|
|||||||
SMESH::SMESH_Mesh_ptr SMESH_Gen_i::CreateParallelMesh( GEOM::GEOM_Object_ptr theShapeObject )
|
SMESH::SMESH_Mesh_ptr SMESH_Gen_i::CreateParallelMesh( GEOM::GEOM_Object_ptr theShapeObject )
|
||||||
{
|
{
|
||||||
Unexpect aCatch(SALOME_SalomeException);
|
Unexpect aCatch(SALOME_SalomeException);
|
||||||
if(MYDEBUG) MESSAGE( "SMESH_Gen_i::CreateParallelMesh" );
|
MESSAGE( "SMESH_Gen_i::CreateParallelMesh" );
|
||||||
// create mesh
|
// create mesh
|
||||||
SMESH::SMESH_Mesh_var mesh = this->createMesh(true);
|
SMESH::SMESH_Mesh_var mesh = this->createMesh(true);
|
||||||
// set shape
|
// set shape
|
||||||
|
Loading…
Reference in New Issue
Block a user