Minor formatting

This commit is contained in:
Vuko Vukcevic 2019-04-11 18:08:53 +02:00
parent 9e1470a06d
commit 6f532eee4f

View file

@ -731,7 +731,8 @@ bool Foam::donorBasedLayeredOverlapFringe::updateIteration
{ {
// If the donorAcceptor list has been allocated, something went wrong with // If the donorAcceptor list has been allocated, something went wrong with
// the iteration procedure (not-updated flag): this function has been called // the iteration procedure (not-updated flag): this function has been called
// more than once, which should not happen for donorBasedLayeredOverlapFringe // more than once, which should not happen for
// donorBasedLayeredOverlapFringe
if (finalDonorAcceptorsPtr_) if (finalDonorAcceptorsPtr_)
{ {
FatalErrorIn FatalErrorIn
@ -740,7 +741,8 @@ bool Foam::donorBasedLayeredOverlapFringe::updateIteration
"updateIteration(donorAcceptorList&) const" "updateIteration(donorAcceptorList&) const"
) << "finalDonorAcceptorPtr_ already allocated. Something went " ) << "finalDonorAcceptorPtr_ already allocated. Something went "
<< "wrong with the iteration procedure (flag was not updated)." << "wrong with the iteration procedure (flag was not updated)."
<< nl << "This should not happen for donorBasedLayeredOverlapFringe." << nl
<< "This should not happen for donorBasedLayeredOverlapFringe."
<< abort(FatalError); << abort(FatalError);
} }