Skip to content

Commit

Permalink
update 03.05.24-01
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-lormi committed May 3, 2024
1 parent 7f3705a commit 87312a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/atlas/grid/CubedSphereGrid.h
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ class CubedSphereGrid : public Grid {
// Return the size of the cubed sphere grid, where N is the number of grid boxes along the edge of a tile
inline int N() const { return grid_->N(); }

// Return the areas of the faces/cells
// Return the areas of the cells
inline Field gridCellArea(const FunctionSpace& fspace) const { return grid_->gridCellArea(fspace); };

/// @brief return tiles object.
Expand Down

0 comments on commit 87312a5

Please sign in to comment.