mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-05-06 17:40:48 +05:00
typo in comment
This commit is contained in:
parent
7bea5a1232
commit
4bf4f40c43
@ -315,7 +315,7 @@ namespace
|
|||||||
bool IsCorner() const { return _node; }
|
bool IsCorner() const { return _node; }
|
||||||
};
|
};
|
||||||
// --------------------------------------------------------------------------------
|
// --------------------------------------------------------------------------------
|
||||||
struct _Link // link connection two _Node's
|
struct _Link // link connecting two _Node's
|
||||||
{
|
{
|
||||||
_Node* _nodes[2];
|
_Node* _nodes[2];
|
||||||
vector< _Node> _intNodes; // _Node's at GridLine intersections
|
vector< _Node> _intNodes; // _Node's at GridLine intersections
|
||||||
|
Loading…
x
Reference in New Issue
Block a user