Skip to content

Commit

Permalink
Merge 70b79d3 into 576096c
Browse files Browse the repository at this point in the history
  • Loading branch information
saprykin committed Aug 8, 2019
2 parents 576096c + 70b79d3 commit 09d9527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/h3lib/lib/localij.c
Expand Up @@ -290,7 +290,7 @@ int localIjkToH3(H3Index origin, const CoordIJK* ijk, H3Index* out) {

// check for res 0/base cell
if (res == 0) {
if (ijk->i > 1 || ijk->i > 1 || ijk->i > 1) {
if (ijk->i > 1 || ijk->j > 1 || ijk->k > 1) {
// out of range input
return 1;
}
Expand Down

0 comments on commit 09d9527

Please sign in to comment.