Formatting

This commit is contained in:
Hrvoje Jasak 2011-01-20 00:51:59 +00:00
parent 5d53ccb002
commit 5f666b17be

View file

@ -99,7 +99,7 @@ Foam::label Foam::cell::opposingFaceLabel
{
// There has already been an opposite face.
// Non-prismatic cell
Info<< "Multiple faces not sharing vertex: "
Info<< "Multiple faces not sharing vertex: "
<< oppositeFaceLabel << " and "
<< curFaceLabels[faceI] << endl;
return -1;