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