Skip to content

Commit

Permalink
Update src/projections/airocean.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault authored Nov 1, 2024
1 parent 7ade90e commit b0b4e2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/projections/airocean.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ inline PJ_XYZ cartesian_to_ico(const PJ_XYZ *p, unsigned char face_id) {
const PJ_XYZ * center = &ico_centers[face_id];
const PJ_XYZ * normal = &ico_normals[face_id];

// cppcheck-suppress unreadVariable
double a = 1.0 - (
center->x * normal->x +
center->y * normal->y +
Expand Down

0 comments on commit b0b4e2f

Please sign in to comment.