distance at centre

This commit is contained in:
mattijs
2008-11-26 11:14:29 +00:00
parent 7493d1ca16
commit ece5fc8924

View File

@ -292,7 +292,8 @@ void Foam::searchableSphere::getNormal
if (info[i].hit())
{
normal[i] = info[i].hitPoint() - centre_;
normal[i] /= mag(normal[i]);
normal[i] /= mag(normal[i])+VSMALL;
}
else
{