| 18 | constexpr std::size_t PagesizeStack = 4096; |
| 19 | |
| 20 | constexpr auto zeroLengthArrayHandler(std::size_t x) -> std::size_t { return x == 0 ? 1 : x; } |
| 21 | } // namespace seissol |
| 22 | |
| 23 | #endif // SEISSOL_SRC_COMMON_CONSTANTS_H_ |
no outgoing calls
no test coverage detected