mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: use more generic terms allow/deny for selections
This commit is contained in:
@ -168,8 +168,8 @@ Note
|
||||
labelList getSelectedPatches
|
||||
(
|
||||
const polyBoundaryMesh& patches,
|
||||
const wordRes& whitelist,
|
||||
const wordRes& blacklist
|
||||
const wordRes& allow,
|
||||
const wordRes& deny
|
||||
)
|
||||
{
|
||||
// Name-based selection
|
||||
@ -178,8 +178,8 @@ labelList getSelectedPatches
|
||||
stringListOps::findMatching
|
||||
(
|
||||
patches,
|
||||
whitelist,
|
||||
blacklist,
|
||||
allow,
|
||||
deny,
|
||||
nameOp<polyPatch>()
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user