bug resolve, chekcForCollision is set to true for always, adjustable search box is set to false for always, old hearChanges has been removed

This commit is contained in:
HRN
2025-02-07 23:12:53 +03:30
parent 02e0b72082
commit b9ab015eb1
12 changed files with 43 additions and 24 deletions

View File

@ -81,7 +81,7 @@ pFlow::insertion::readInsertionDict()
if (active_)
{
checkForCollision_ = getVal<Logical>("checkForCollision");
//checkForCollision_ = getVal<Logical>("checkForCollision");
REPORT(1) << "Particle insertion mechanism is " << Yellow_Text("active")
<< " in the simulation." << END_REPORT;