mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Corrected warning message
This commit is contained in:
@ -93,10 +93,8 @@ void Foam::writeRegisteredObject::write()
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
WarningIn
|
WarningIn("Foam::writeRegisteredObject::write()")
|
||||||
(
|
<< "Object " << objectNames_[i] << " not found in "
|
||||||
"Foam::writeRegisteredObject::read(const dictionary&)"
|
|
||||||
) << "Object " << objectNames_[i] << " not found in "
|
|
||||||
<< "database. Available objects:" << nl << obr_.sortedToc()
|
<< "database. Available objects:" << nl << obr_.sortedToc()
|
||||||
<< endl;
|
<< endl;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user