Skip to content

Commit

Permalink
Note that child being the same as parent is considered valid in _isVa…
Browse files Browse the repository at this point in the history
…lidChildRes
  • Loading branch information
zachasme committed Aug 7, 2019
1 parent 713dc72 commit 4a4ad44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/h3lib/lib/h3Index.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ H3Index H3_EXPORT(h3ToParent)(H3Index h, int parentRes) {
}

/**
* Determines whether one resolution is a valid child resolution of another
* Determines whether one resolution is a valid child resolution of another.
* Each resolution is considered a valid child resolution of itself.
*
* @param parentRes int resolution of the parent
* @param childRes int resolution of the child
Expand Down

0 comments on commit 4a4ad44

Please sign in to comment.