commit a2dd33d043baa7591801c843c5206d7c137578f4
parent f192276af742a9159ee986f92d8d2d45497ce553
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Thu, 12 Feb 2026 11:24:11 +0100
Comment on the line range limits of a node
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/sln_tree_c.h b/src/sln_tree_c.h
@@ -37,7 +37,8 @@ struct sln_device;
struct sln_tree_create_args;
struct sln_node { /* 32 Bytes */
- /* Range of the line indices corresponding to the node */
+ /* Range of the line indices corresponding to the node.
+ * Both boundaries are inclusives */
uint64_t range[2];
uint64_t ivertex; /* Index toward the 1st vertex */
uint32_t nvertices; /* #vertices */