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_));

Check warning on line 25 in src/atlas/grid/detail/grid/CubedSphere2.cc

View check run for this annotation

Codecov / codecov/patch

src/atlas/grid/detail/grid/CubedSphere2.cc#L23-L25

Added lines #L23 - L25 were not covered by tests

// 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;

Check warning on line 46 in src/atlas/grid/detail/grid/CubedSphere2.cc

View check run for this annotation

Codecov / codecov/patch

src/atlas/grid/detail/grid/CubedSphere2.cc#L45-L46

Added lines #L45 - L46 were not covered by tests

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

0 comments on commit 4e288ad

Please sign in to comment.