We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 123c0ef commit f6c98a0Copy full SHA for f6c98a0
components/eamxx/src/diagnostics/tests/aodvis_test.cpp
@@ -31,7 +31,7 @@ TEST_CASE("aodvis") {
31
using namespace ShortFieldTagsNames;
32
using namespace ekat::units;
33
34
- Real var_fill_value = constants::DefaultFillValue<Real>().value;
+ Real var_fill_value = Real(constants::DefaultFillValue<float>::value);
35
36
Real some_limit = 0.0025;
37
0 commit comments