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:
@ -602,8 +602,8 @@ int main(int argc, char *argv[])
|
||||
const word& key = iter().keyword();
|
||||
|
||||
const dictionary& dict = iter().dict();
|
||||
const word cyclicName = dict.lookup("cyclicMasterPatchName");
|
||||
const word wallName = dict.lookup("wallPatchName");
|
||||
const word cyclicName = dict.lookup("cyclicMasterPatch");
|
||||
const word wallName = dict.lookup("wallPatch");
|
||||
FixedList<word, 3> nameAndType;
|
||||
nameAndType[0] = key;
|
||||
nameAndType[1] = wallName;
|
||||
|
||||
Reference in New Issue
Block a user