Formatting
This commit is contained in:
parent
5d53ccb002
commit
5f666b17be
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ Foam::label Foam::cell::opposingFaceLabel
|
||||||
{
|
{
|
||||||
// There has already been an opposite face.
|
// There has already been an opposite face.
|
||||||
// Non-prismatic cell
|
// Non-prismatic cell
|
||||||
Info<< "Multiple faces not sharing vertex: "
|
Info<< "Multiple faces not sharing vertex: "
|
||||||
<< oppositeFaceLabel << " and "
|
<< oppositeFaceLabel << " and "
|
||||||
<< curFaceLabels[faceI] << endl;
|
<< curFaceLabels[faceI] << endl;
|
||||||
return -1;
|
return -1;
|
||||||
|
|
Reference in a new issue