mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
GIT: fix edit errors
This commit is contained in:
@ -87,9 +87,9 @@ void Foam::conformalVoronoiMesh::selectSeparatedCoupledFaces
|
||||
{
|
||||
// Check all coupled. Avoid using .coupled() so we also pick up AMI.
|
||||
|
||||
const auto* cpp = isA<coupledPolyPatch>(patches[patchi]);
|
||||
const auto* cpp = isA<coupledPolyPatch>(pp);
|
||||
|
||||
if (cpp && (cpp->separated() || !cpp->parallel())
|
||||
if (cpp && (cpp->separated() || !cpp->parallel()))
|
||||
{
|
||||
SubList<bool>(selected, pp.size(), pp.start()) = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user