From 4e288ad5414d37659197dfe1661585cccc6a0c33 Mon Sep 17 00:00:00 2001 From: mo-jonasganderton Date: Thu, 21 Nov 2024 16:57:12 +0000 Subject: [PATCH] Remove temporary comments --- src/atlas/grid/detail/grid/CubedSphere2.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/atlas/grid/detail/grid/CubedSphere2.cc b/src/atlas/grid/detail/grid/CubedSphere2.cc index 0015f27da..d9dcb6484 100644 --- a/src/atlas/grid/detail/grid/CubedSphere2.cc +++ b/src/atlas/grid/detail/grid/CubedSphere2.cc @@ -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 @@ -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") {