mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: foamyHexMesh surface region names: Do not use global patch names
This commit is contained in:
@ -301,7 +301,7 @@ Foam::label Foam::searchableSurfaces::findSurfaceRegionID
|
||||
{
|
||||
label surfaceIndex = findSurfaceID(surfaceName);
|
||||
|
||||
return findIndex(regionNames()[surfaceIndex], regionName);
|
||||
return findIndex(this->operator[](surfaceIndex).regions(), regionName);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user