Skip to content

Commit

Permalink
Remove temporary testing method
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-jonasganderton committed Nov 21, 2024
1 parent fbc1fe3 commit 6abad4d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions src/atlas/grid/CubedSphereGrid2.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,4 @@ namespace atlas {
CubedSphereGrid2::CubedSphereGrid2(idx_t resolution):
Grid(new grid::detail::grid::CubedSphere2(resolution)) {}

// Temporarily here for testing lonlat()
void CubedSphereGrid2::printCubedSphere2() const {
get()->name();
}

} // namespace atlas
1 change: 0 additions & 1 deletion src/atlas/grid/CubedSphereGrid2.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ namespace atlas {
class CubedSphereGrid2 : public atlas::Grid {
public:
CubedSphereGrid2(idx_t resolution);
void printCubedSphere2() const ; // Temporary
};

} // namespace atlas

0 comments on commit 6abad4d

Please sign in to comment.