polyTopoChange::modifyCell: Replaced by direct specification of the cell zone
This commit is contained in:
@ -500,7 +500,7 @@ int main(int argc, char *argv[])
|
||||
forAll(patchSources, addedI)
|
||||
{
|
||||
const dictionary& dict = patchSources[addedI];
|
||||
addedPatchNames.insert(dict.lookup("name"));
|
||||
addedPatchNames.insert(dict.lookup<word>("name"));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user