Skip to content

Commit

Permalink
EAMxx: removed undefined method in AbstractGrid
Browse files Browse the repository at this point in the history
  • Loading branch information
bartgol committed Oct 17, 2024
1 parent 890d5d7 commit 225f690
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/eamxx/src/share/grid/abstract_grid.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ class AbstractGrid : public ekat::enable_shared_from_this<AbstractGrid>
FieldLayout get_2d_vector_layout (const int vector_dim) const;
FieldLayout get_2d_tensor_layout (const std::vector<int>& cmp_dims) const;

FieldLayout get_3d_vector_layout (const bool midpoints) const;
FieldLayout get_3d_vector_layout (const bool midpoints, const int vector_dim) const;
FieldLayout get_3d_tensor_layout (const bool midpoints, const std::vector<int>& cmp_dims) const;

Expand Down

0 comments on commit 225f690

Please sign in to comment.