mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
MRG: resolved merge conflicts from merge from develop branch
This commit is contained in:
@ -151,7 +151,7 @@ void Foam::ensightMesh::correct()
|
||||
useAll = false;
|
||||
matched = findMatchingStrings
|
||||
(
|
||||
wordReListMatcher(matcher),
|
||||
wordRes(matcher),
|
||||
patchNames
|
||||
);
|
||||
}
|
||||
@ -250,7 +250,7 @@ void Foam::ensightMesh::correct()
|
||||
wordList selectZones = mesh_.faceZones().names();
|
||||
inplaceSubsetMatchingStrings
|
||||
(
|
||||
wordReListMatcher(matcher),
|
||||
wordRes(matcher),
|
||||
selectZones
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user