mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
GIT: Repo update
This commit is contained in:
committed by
Andrew Heather
parent
daa16ad557
commit
9fb26d59d3
@ -2473,12 +2473,6 @@ void Foam::autoLayerDriver::getLayerCellsFaces
|
||||
{
|
||||
// Layer contains both original boundary face and new boundary
|
||||
// face so is nLayers+1. Leave out old internal face.
|
||||
if (!mesh.isInternalFace(layer[0]))
|
||||
{
|
||||
FatalErrorIn("autoLayerDriver::getLayerCellsFaces()")
|
||||
<< "problem." << layer[0] << exit(FatalError);
|
||||
}
|
||||
|
||||
for (label i = 1; i < layer.size(); i++)
|
||||
{
|
||||
faceRealThickness[layer[i]] = realThickness;
|
||||
|
||||
Reference in New Issue
Block a user