Skip to content

Commit

Permalink
Remove unused PointAlphaBeta
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-jonasganderton committed Feb 7, 2025
1 parent 6795b50 commit ff78431
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 @@ -150,7 +150,6 @@ class CubedSphere2 : public Grid {

private:
using CSIndices = std::array<idx_t, 3>;
using PointAlphaBeta = Point2;

CSIndices get_cs_indices(gidx_t n) const;
PointXY ij_to_tangent_coord(idx_t i, idx_t j) const;
Expand Down

0 comments on commit ff78431

Please sign in to comment.