diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-08-07 12:34:45 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-08-07 12:34:45 +0200 |
| commit | 5d4192c73c72f29debe0f3b6e73889f0204ab74a (patch) | |
| tree | c3b0c1084e3e0642cb986522e6222239669d0f88 /modules/core/c++/particle/aabb.hpp | |
| parent | a5c654598544f2a33289664ba73a77343d301ce2 (diff) | |
| parent | 7d094fe719923db5eb6b30edcc4fa01c6ce2cc2e (diff) | |
| download | libs-lbm-5d4192c73c72f29debe0f3b6e73889f0204ab74a.tar.gz | |
Merge branch 'dev'
Diffstat (limited to 'modules/core/c++/particle/aabb.hpp')
| -rw-r--r-- | modules/core/c++/particle/aabb.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/core/c++/particle/aabb.hpp b/modules/core/c++/particle/aabb.hpp index da39ec2..e4c930b 100644 --- a/modules/core/c++/particle/aabb.hpp +++ b/modules/core/c++/particle/aabb.hpp @@ -26,7 +26,6 @@ public: static constexpr saw::error_or<saw::data<AABB>> calculate(const saw::data<Sch,Encode>& p_grp, const saw::data<sch::FixedArray<sch::UInt64,1u>>& index, const saw::data<sch::FixedArray<sch::UInt64,D>>& meta){ static_assert(PC > 0u, "Can't calculate from no particles"); if(not (index.at({{0u}}).get() < PC) ){ - std::cerr.flush(); return saw::make_error<saw::err::critical>("Too large i in particle_aabb"); } |
