summaryrefslogtreecommitdiff
path: root/modules/core/c++
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2026-07-16 17:23:22 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2026-07-16 17:23:22 +0200
commitbd9f266756849a7381d7a4ff575d5f1ccc6e28bb (patch)
tree32e8e1c4816337fa6457f30c51ddf996e888aeb0 /modules/core/c++
parent9383579d43f834519d5061527f749acf8dca59c6 (diff)
downloadlibs-lbm-bd9f266756849a7381d7a4ff575d5f1ccc6e28bb.tar.gz
Dangling
Diffstat (limited to 'modules/core/c++')
-rw-r--r--modules/core/c++/hlbm.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/core/c++/hlbm.hpp b/modules/core/c++/hlbm.hpp
index a749035..1c625bb 100644
--- a/modules/core/c++/hlbm.hpp
+++ b/modules/core/c++/hlbm.hpp
@@ -133,6 +133,8 @@ public:
auto eo_aabb = particle_aabb<typename ParticleSchema::ValueType>::calculate(part_spheroid_group,index,mvel.meta());
if(eo_aabb.is_error()){
+ std::cerr<<"Prepping error"<<std::endl;
+ std::cerr<<eo_aabb.get_error().get_category()<<std::endl;
return;
}
auto& aabb = eo_aabb.get_value();