mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +05:00
indentation
This commit is contained in:
parent
7cd54f6b75
commit
77bf33663f
@ -99,13 +99,11 @@ SMDS_ElemIteratorPtr SMDS_LinearEdge::elementsIterator(SMDSAbs_ElementType type)
|
||||
case SMDSAbs_Node:
|
||||
return SMDS_ElemIteratorPtr(new SMDS_LinearEdge_MyNodeIterator(myNodes));
|
||||
default:
|
||||
return SMDS_ElemIteratorPtr(
|
||||
new SMDS_IteratorOfElements(
|
||||
this,
|
||||
type,
|
||||
SMDS_ElemIteratorPtr(
|
||||
new SMDS_LinearEdge_MyNodeIterator(
|
||||
myNodes))));
|
||||
return SMDS_ElemIteratorPtr
|
||||
(new SMDS_IteratorOfElements(this,
|
||||
type,
|
||||
SMDS_ElemIteratorPtr
|
||||
(new SMDS_LinearEdge_MyNodeIterator(myNodes))));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user