Skip to content
Snippets Groups Projects
Commit a307c235 authored by Mark Olesen's avatar Mark Olesen
Browse files

preservePatchType : replaced missed 'defaultFaces' literal with defaultFacesName variable

parent 0cbbefb3
Branches
Tags
No related merge requests found
......@@ -96,7 +96,7 @@ void Foam::preservePatchTypes
if (patchDictionary.found(defaultFacesName))
{
const dictionary& patchDict =
patchDictionary.subDict("defaultFaces");
patchDictionary.subDict(defaultFacesName);
if (patchDict.found("geometricType"))
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment