Minor correction to message.

This commit is contained in:
henry
2009-06-04 17:36:07 +01:00
parent c593fa63e5
commit 0cc5b960ec

View File

@ -108,7 +108,7 @@ void Foam::setRefCell
" bool\n"
")",
dict
) << "Unable to set reference cell for field" << field.name()
) << "Unable to set reference cell for field " << field.name()
<< nl
<< " Please supply either " << refCellName
<< " or " << refPointName << nl << exit(FatalIOError);