Skip to content

Commit

Permalink
Remove old variable type_
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-jonasganderton committed Dec 2, 2024
1 parent d905290 commit 7b69671
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/atlas/grid/detail/grid/CubedSphere2.h
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,6 @@ class CubedSphere2 : public Grid {
static constexpr idx_t nTiles_ = 6;

private:
std::string type_ = {"cubedsphere2"};

using Matrix = eckit::maths::Matrix<double>;

std::array<Matrix, 6> lfric_rotations_ = {
Expand Down

0 comments on commit 7b69671

Please sign in to comment.