mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: provide defaultName() static method for patches, zones
- consistent way of writing "patch" + Foam::name(id) etc.
This commit is contained in:
@ -78,7 +78,7 @@ void Foam::searchableSurfaceModifiers::cut::triangulate
|
||||
{
|
||||
patches[patchi] = geometricSurfacePatch
|
||||
(
|
||||
"patch" + Foam::name(patchi),
|
||||
geometricSurfacePatch::defaultName(patchi),
|
||||
patchi
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user