mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Consistency updates to change input of <var>Name to <var>. Fixes #306
This commit is contained in:
@ -263,7 +263,7 @@ bool Foam::patchProbes::read(const dictionary& dict)
|
||||
{
|
||||
if (!dict.readIfPresent("patches", patchNames_))
|
||||
{
|
||||
word patchName(dict.lookup("patchName"));
|
||||
word patchName(dict.lookup("patch"));
|
||||
patchNames_ = wordReList(1, wordRe(patchName));
|
||||
}
|
||||
return probes::read(dict);
|
||||
|
||||
Reference in New Issue
Block a user