mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-27 09:50:34 +05:00
C++98 compatibility (remove C++11 staff)
This commit is contained in:
parent
7f46c31f2b
commit
804edcb070
@ -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