Snappy hex mesh proximity check

This commit is contained in:
Mattijs Janssens
2019-03-25 16:49:50 +00:00
committed by Andrew Heather
parent 114ddb0c53
commit 1496c6afe1
30 changed files with 4974 additions and 135 deletions

View File

@ -106,7 +106,7 @@ Foam::fileName Foam::triSurfaceMesh::checkFile
{
const fileName rawFName(fName);
fName = relativeFilePath(io, fName, isGlobal);
fName = relativeFilePath(io, rawFName, isGlobal);
if (!exists(fName))
{