Skip to content

Commit

Permalink
Remove temporary test
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-jonasganderton committed Nov 18, 2024
1 parent 885887a commit d04c42b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/atlas/grid/detail/grid/CubedSphere2.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,6 @@ namespace grid {
CubedSphere2::CubedSphere2(idx_t resolution) : N_(resolution) {}

std::string CubedSphere2::name() const {
// - - - - - - TEST - - - - - -
// Temporarily here to test lonlat()
PointLonLat point;
for (int i = 0; i < size(); ++i) {
lonlat(i, point);
std::cout << "[" << point[0] << ", " << point[1] << "], ";
}
std::cout << std::endl;
// - - - - - END TEST - - - - -

return "CS-LFR-" + std::to_string(N_) + "-2";
}

Expand Down

0 comments on commit d04c42b

Please sign in to comment.