Skip to content

Commit

Permalink
Change projection type name
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-jonasganderton committed Jan 13, 2025
1 parent 3ab206b commit 8a15782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/atlas/grid/detail/grid/CubedSphere2.cc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ CubedSphere2::CubedSphere2(idx_t resolution, Projection projection) :

// Copy members
util::Config defaultProjConfig;
defaultProjConfig.set("type", "cubedsphere_equiangular");
defaultProjConfig.set("type", "cubedsphere2");
projection_ = projection ? projection : Projection(defaultProjConfig);

// Domain
Expand Down

0 comments on commit 8a15782

Please sign in to comment.