mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 02:10:35 +05:00
C++98 compatibility (remove C++11 staff)
This commit is contained in:
parent
5218291db4
commit
c31ad1186e
@ -247,7 +247,7 @@ bool SMESHGUI_Selection::isQuadratic( int ind ) const
|
|||||||
if ( idSource->_is_nil() )
|
if ( idSource->_is_nil() )
|
||||||
return false;
|
return false;
|
||||||
SMESHGUI_ConvToQuadOp::MeshDestinationType meshTgtType = SMESHGUI_ConvToQuadOp::DestinationMesh( idSource );
|
SMESHGUI_ConvToQuadOp::MeshDestinationType meshTgtType = SMESHGUI_ConvToQuadOp::DestinationMesh( idSource );
|
||||||
if ( meshTgtType & SMESHGUI_ConvToQuadOp::MeshDestinationType::Linear )
|
if ( meshTgtType & SMESHGUI_ConvToQuadOp::Linear )
|
||||||
return true;
|
return true;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user