Fixed silly comment

This commit is contained in:
Hrvoje Jasak 2011-11-14 10:52:12 +00:00
parent 9685b52873
commit c88643b287

View file

@ -111,7 +111,9 @@ void Foam::ggiGAMGInterfaceField::updateInterfaceMatrix
if (zonePnf.size() != faceCells.size())
{
FatalErrorIn("ggiGAMGInterfaceField::updateInterfaceMatrix")
<< "Bananas!!!"
<< "Error in interface update: incorrect size of zone fields" << nl
<< "Field size = " << zonePnf.size()
<< " Zone size = " << faceCells.size()
<< abort(FatalError);
}