mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 02:00:34 +05:00
bos #24228 [CEA 24217][Windows] cannot compile SMESH: additional fix.
This commit is contained in:
parent
9dae8fcc9e
commit
67af9b15e9
@ -1226,7 +1226,7 @@ namespace
|
|||||||
SMESH::Controls::NumericalFunctor* aNumFun =
|
SMESH::Controls::NumericalFunctor* aNumFun =
|
||||||
dynamic_cast<SMESH::Controls::NumericalFunctor*>( aFunctor.get() );
|
dynamic_cast<SMESH::Controls::NumericalFunctor*>( aFunctor.get() );
|
||||||
if ( aNumFun ) {
|
if ( aNumFun ) {
|
||||||
std::vector<SMESH::smIdType> elements;
|
std::vector<smIdType> elements;
|
||||||
SMESH::SMESH_Mesh_var mesh = SMESH::IObjectToInterface<SMESH::SMESH_Mesh>(anIO);
|
SMESH::SMESH_Mesh_var mesh = SMESH::IObjectToInterface<SMESH::SMESH_Mesh>(anIO);
|
||||||
if ( mesh->_is_nil() ) {
|
if ( mesh->_is_nil() ) {
|
||||||
SMESH::SMESH_IDSource_var idSource =
|
SMESH::SMESH_IDSource_var idSource =
|
||||||
|
Loading…
Reference in New Issue
Block a user