Skip to content

Commit

Permalink
Remove temporary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-jonasganderton committed Nov 21, 2024
1 parent e7a8940 commit 4e288ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/atlas/grid/detail/grid/CubedSphere2.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ std::string CubedSphere2::type() const {

// Provide a unique identification hash for the grid and the projection.
void CubedSphere2::hash(eckit::Hash& h) const {
h.add(name()); // use name() or type()?
h.add(name());
h.add(int(N_));

// also add projection information
Expand All @@ -43,7 +43,6 @@ idx_t CubedSphere2::size() const {

// Return the specification for the grid.
Grid::Spec CubedSphere2::spec() const {
// Copied from CubedSphere.cc
Grid::Spec grid_spec;

if (type() == "cubedsphere2") {
Expand Down

0 comments on commit 4e288ad

Please sign in to comment.