Skip to content

Commit f59cf2c

Browse files
committed
EAMxx: fix some share folder includes
1 parent 8b338a6 commit f59cf2c

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

components/eamxx/src/physics/gw/impl/gw_gw_ediff_impl.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
#define GW_GW_EDIFF_IMPL_HPP
33

44
#include "gw_functions.hpp" // for ETI only but harmless for GPU
5-
#include "util/eamxx_utils.hpp"
5+
#include "share/util/eamxx_utils.hpp"
6+
67
#include <ekat_math_utils.hpp>
78
#include <ekat_subview_utils.hpp>
89

components/eamxx/src/physics/gw/impl/gw_gwd_compute_stress_profiles_and_diffusivities_impl.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
#define GW_GWD_COMPUTE_STRESS_PROFILES_AND_DIFFUSIVITIES_IMPL_HPP
33

44
#include "gw_functions.hpp" // for ETI only but harmless for GPU
5-
#include "util/eamxx_utils.hpp"
5+
#include "share/util/eamxx_utils.hpp"
6+
67
#include <ekat_math_utils.hpp>
78

89
namespace scream {

components/eamxx/src/physics/gw/impl/gw_gwd_compute_tendencies_from_stress_divergence_impl.hpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
#define GW_GWD_COMPUTE_TENDENCIES_FROM_STRESS_DIVERGENCE_IMPL_HPP
33

44
#include "gw_functions.hpp" // for ETI only but harmless for GPU
5-
#include "util/eamxx_utils.hpp"
6-
#include <cmath>
5+
#include "share/util/eamxx_utils.hpp"
6+
77
#include <ekat_math_utils.hpp>
8+
#include <cmath>
89

910
namespace scream {
1011
namespace gw {

0 commit comments

Comments
 (0)