diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-06-23 14:13:48 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-06-23 14:13:48 +0200 |
| commit | 90f242af3036e0863a067c3f55457566d1f1e4ce (patch) | |
| tree | 01d9943bb7dfef356893462a09565f31b54c2c29 /lib/core/c++/particle | |
| parent | ff702d3c9427794c5557360c53b93f9861f97554 (diff) | |
| download | libs-lbm-dev.tar.gz | |
Fixing hlbm and particle aabbdev
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> |
