diff options
Diffstat (limited to 'lib/core/c++/particle')
| -rw-r--r-- | lib/core/c++/particle/aabb.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/core/c++/particle/aabb.hpp b/lib/core/c++/particle/aabb.hpp index d74ea88..1773dea 100644 --- a/lib/core/c++/particle/aabb.hpp +++ b/lib/core/c++/particle/aabb.hpp @@ -7,7 +7,7 @@ namespace kel { namespace lbm { template<typename PGroup> class particle_aabb final { - static_assert(saw::always_false<PGroup>::value, "Not supported"); + static_assert(saw::always_false<PGroup>, "Not supported"); }; template<typename T, uint64_t D> |
