STYLE: faceCoupleInfo: indentation of output

This commit is contained in:
mattijs
2013-10-31 12:22:14 +00:00
parent 9c8e2a3bcb
commit 62e0e14b45

View File

@ -1784,7 +1784,7 @@ void Foam::faceCoupleInfo::subDivisionMatch
<< " points:" << masterPoints[masterEdge[0]]
<< ' ' << masterPoints[masterEdge[1]]
<< " corresponding cut edge: (" << cutPoint0
<< ' ' << cutPoint1
<< ") " << cutPoint1
<< abort(FatalError);
}