Skip to content

Commit f6c98a0

Browse files
authored
EAMxx: ensure aodvis unit test uses downgraded fillval
1 parent 123c0ef commit f6c98a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/eamxx/src/diagnostics/tests/aodvis_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ TEST_CASE("aodvis") {
3131
using namespace ShortFieldTagsNames;
3232
using namespace ekat::units;
3333

34-
Real var_fill_value = constants::DefaultFillValue<Real>().value;
34+
Real var_fill_value = Real(constants::DefaultFillValue<float>::value);
3535

3636
Real some_limit = 0.0025;
3737

0 commit comments

Comments
 (0)