mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Snappy hex mesh proximity check
This commit is contained in:
committed by
Andrew Heather
parent
114ddb0c53
commit
1496c6afe1
@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user