mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-15 07:10:36 +05:00
Corrected for PAL13400.
This commit is contained in:
parent
faf37f0973
commit
846ed72204
@ -1100,6 +1100,10 @@ CORBA::Boolean SMESH_Gen_i::Compute( SMESH::SMESH_Mesh_ptr theMesh,
|
|||||||
return myGen.Compute( myLocMesh, myLocShape);
|
return myGen.Compute( myLocMesh, myLocShape);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
catch ( std::bad_alloc& exc ) {
|
||||||
|
THROW_SALOME_CORBA_EXCEPTION( "Memory allocation problem",
|
||||||
|
SALOME::INTERNAL_ERROR );
|
||||||
|
}
|
||||||
catch ( SALOME_Exception& S_ex ) {
|
catch ( SALOME_Exception& S_ex ) {
|
||||||
INFOS( "Compute(): catch exception "<< S_ex.what() );
|
INFOS( "Compute(): catch exception "<< S_ex.what() );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user