diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/core/c++/hlbm.hpp | 2 |
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(); |
