-
- Downloads
Fix max of array types in the case of all non-positive values
Thanks to Philippe for noticing it. This was a classic misused of std::numeric_limits<T>::min()...
parent
25cddf73
No related branches found
No related tags found
Showing
- src/mesh/ItemArrayUtils.hpp 1 addition, 1 deletionsrc/mesh/ItemArrayUtils.hpp
- src/mesh/ItemValueUtils.hpp 1 addition, 1 deletionsrc/mesh/ItemValueUtils.hpp
- src/mesh/SubItemArrayPerItemUtils.hpp 1 addition, 1 deletionsrc/mesh/SubItemArrayPerItemUtils.hpp
- src/mesh/SubItemValuePerItemUtils.hpp 1 addition, 1 deletionsrc/mesh/SubItemValuePerItemUtils.hpp
- src/utils/Array.hpp 1 addition, 1 deletionsrc/utils/Array.hpp
- tests/test_Array.cpp 97 additions, 0 deletionstests/test_Array.cpp
- tests/test_ItemArrayUtils.cpp 60 additions, 0 deletionstests/test_ItemArrayUtils.cpp
- tests/test_ItemValueUtils.cpp 28 additions, 0 deletionstests/test_ItemValueUtils.cpp
- tests/test_SubItemArrayPerItemUtils.cpp 33 additions, 0 deletionstests/test_SubItemArrayPerItemUtils.cpp
- tests/test_SubItemValuePerItemUtils.cpp 30 additions, 0 deletionstests/test_SubItemValuePerItemUtils.cpp
Loading
Please register or sign in to comment