Skip to content

Commit

Permalink
Fix compilation with ATLAS_BITS_LOCAL=64
Browse files Browse the repository at this point in the history
  • Loading branch information
wdeconinck committed Jan 23, 2023
1 parent 9e0b26d commit aac67c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/atlas/util/PolygonLocator.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class PolygonLocator {
return ii;
}
}
return -1;
return idx_t{-1};
};

if (partition < 0) {
Expand Down

0 comments on commit aac67c9

Please sign in to comment.