-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ekat
updated
9 files
+77 −0 | cmake/EkatCreateUnitTestWithAsserts.cmake | |
+74 −0 | cmake/gen_assert_test_src.py | |
+5 −5 | src/ekat/kokkos/ekat_subview_utils.hpp | |
+75 −23 | src/ekat/util/ekat_rational_constant.hpp | |
+74 −14 | src/ekat/util/ekat_scaling_factor.hpp | |
+184 −100 | src/ekat/util/ekat_units.hpp | |
+28 −14 | tests/units/units.cpp | |
+8 −0 | tests/utils/CMakeLists.txt | |
+12 −0 | tests/utils/assert_tests.cpp |