KratosMultiphysics / Kratos

Kratos Multiphysics (A.K.A Kratos) is a framework for building parallel multi-disciplinary simulation software. Modularity, extensibility and HPC are the main objectives. Kratos has BSD license and is written in C++ with extensive Python interface.
https://kratosmultiphysics.github.io/Kratos/
Other
985 stars 242 forks source link

[Core] Fix BB check #12419

Closed loumalouomega closed 1 month ago

loumalouomega commented 1 month ago

📝 Description

Fix BB check

🆕 Changelog

ddiezrod commented 1 month ago

test to cover the bug?

loumalouomega commented 1 month ago

test to cover the bug?

The search is not merged, the test is added in the search PR

ddiezrod commented 1 month ago

test to cover the bug?

The search is not merged, the test is added in the search PR

the function PointIsInsideBoundingBox is already in master and it seems the bug is there, so you can create a small test just for that function, right?

loumalouomega commented 1 month ago

test to cover the bug?

The search is not merged, the test is added in the search PR

the function PointIsInsideBoundingBox is already in master and it seems the bug is there, so you can create a small test just for that function, right?