mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-24 16:30:34 +05:00
fix indentation
This commit is contained in:
parent
861641c25a
commit
d419c86499
@ -447,8 +447,8 @@ void SMESH_ProxyMesh::storeTmpElement( const SMDS_MeshElement* face )
|
|||||||
//================================================================================
|
//================================================================================
|
||||||
|
|
||||||
void SMESH_ProxyMesh::setNode2Node(const SMDS_MeshNode* srcNode,
|
void SMESH_ProxyMesh::setNode2Node(const SMDS_MeshNode* srcNode,
|
||||||
const SMDS_MeshNode* proxyNode,
|
const SMDS_MeshNode* proxyNode,
|
||||||
const SubMesh* subMesh)
|
const SubMesh* subMesh)
|
||||||
{
|
{
|
||||||
SubMesh* sm = const_cast<SubMesh*>( subMesh );
|
SubMesh* sm = const_cast<SubMesh*>( subMesh );
|
||||||
if ( !subMesh->_n2n )
|
if ( !subMesh->_n2n )
|
||||||
|
Loading…
Reference in New Issue
Block a user