Fixed silly comment
This commit is contained in:
parent
9685b52873
commit
c88643b287
1 changed files with 3 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue