mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Minor correction to message.
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user