mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
indentation; comments
This commit is contained in:
@ -1388,11 +1388,7 @@ Foam::autoPtr<Foam::mapPolyMesh> Foam::autoSnapDriver::repatchToSurface
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pointField localFaceCentres(pp.size());
|
pointField localFaceCentres(mesh.faceCentres(), pp.addressing());
|
||||||
forAll(pp, i)
|
|
||||||
{
|
|
||||||
localFaceCentres[i] = mesh.faceCentres()[pp.addressing()[i]];
|
|
||||||
}
|
|
||||||
|
|
||||||
// Get nearest surface and region
|
// Get nearest surface and region
|
||||||
labelList hitSurface;
|
labelList hitSurface;
|
||||||
|
|||||||
Reference in New Issue
Block a user