Skip to content

Commit

Permalink
Remove unused rad_to_deg_
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-jonasganderton committed Nov 29, 2024
1 parent 684119f commit 43823b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/atlas/grid/detail/grid/CubedSphere2.h
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ class CubedSphere2 : public Grid {
Matrix({{-1, 0, 0}, {0, -1, 0}, {0, 0, -1}})
};

static constexpr double rad_to_deg_ = 180 / M_PI;
};

} // namespace grid
Expand Down

0 comments on commit 43823b6

Please sign in to comment.