Skip to content

Commit bce8bef

Browse files
authored
Merge branch 'jsbamboo:jzhang/eamxx/fix-mlcorr-ekatfpe' (PR #7656)
Fix missing ekat include in eamxx ml_correction files [BFB]
2 parents dcbc1ae + e83187c commit bce8bef

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

components/eamxx/src/physics/ml_correction/eamxx_ml_correction_process_interface.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include <ekat_assert.hpp>
88
#include <ekat_units.hpp>
99
#include <ekat_team_policy_utils.hpp>
10+
#include <ekat_fpe.hpp>
1011

1112
namespace scream {
1213
// =========================================================================================

components/eamxx/tests/single-process/ml_correction/ml_correction_standalone.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include "share/grid/mesh_free_grids_manager.hpp"
66

77
#include <ekat_yaml.hpp>
8+
#include <ekat_fpe.hpp>
89

910
#include <pybind11/embed.h>
1011
#include <pybind11/numpy.h>

0 commit comments

Comments
 (0)