GIT: Repo update

This commit is contained in:
OpenFOAM-admin
2014-12-11 08:35:10 +00:00
committed by Andrew Heather
parent daa16ad557
commit 9fb26d59d3
3338 changed files with 3374 additions and 3647 deletions

View File

@ -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;