Skip to content

Commit

Permalink
Fix typo to use CubedSphere2ProjectionBase
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-jonasganderton committed Jan 10, 2025
1 parent c088335 commit 8151f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/atlas/projection/detail/CubedSphere2ProjectionBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace detail {

class CubedSphere2ProjectionBase final : public ProjectionImpl {
public:
CubedSphereProjectionBase(const eckit::Parametrisation&);
CubedSphere2ProjectionBase(const eckit::Parametrisation&);

static std::string static_type() { return "cubedsphere2"; }
std::string type() const override { return static_type(); }
Expand Down

0 comments on commit 8151f2e

Please sign in to comment.