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

@ -161,10 +161,13 @@ public:
const anyList& varList
) override
{
if(msg.equivalentTo(message::BNDR_RESET))
{
// do nothing
return true;
}
pOutput<<"Function (hearChanges in boundarySphereInteractions)is not implmented Message "<<
msg <<endl<<" name "<< this->boundaryName() <<" type "<< this->type()<<endl;
//notImplementedFunction;
return true;
}