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