Skip to content

Commit

Permalink
Another error fix after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
tcclevenger committed Feb 19, 2025
1 parent 1e27145 commit 79bf80a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ TEST_CASE("rrtmgp_scream_standalone_k", "") {

// Get dimension sizes from the field manager
const auto& grid = ad.get_grids_manager()->get_grid("Point Grid");
const auto& field_mgr = *ad.get_field_mgr(grid->name());
const auto& field_mgr = *ad.get_field_mgr();
int ncol = grid->get_num_local_dofs();
int nlay = grid->get_num_vertical_levels();

Expand Down

0 comments on commit 79bf80a

Please sign in to comment.