Skip to content

Commit

Permalink
Merge Pull Request #2931 from E3SM-Project/scream/jgfouca/ekat_update…
Browse files Browse the repository at this point in the history
…_2024_07_31

Automatically Merged using E3SM Pull Request AutoTester
PR Title: Update EKAT
PR Author: jgfouca
PR LABELS: AT: AUTOMERGE
  • Loading branch information
E3SM-Bot authored Aug 6, 2024
2 parents 48e2575 + 5e5d66e commit 6011eeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/eamxx/src/share/tests/atm_process_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ TEST_CASE("atm_proc_dag", "") {

using strvec_t = std::vector<std::string>;
auto params = create_test_params();
auto p1 = params.sublist("BarBaz");
auto& p1 = params.sublist("BarBaz");

// Make sure there's a missing piece (whatever Baz computes);
p1.set<strvec_t>("atm_procs_list",{"Bar"});
Expand Down

0 comments on commit 6011eeb

Please sign in to comment.