mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
STYLE: for Istream/Ostream check() use FUNCTION_NAME in messages
This commit is contained in:
@ -77,7 +77,7 @@ const Foam::polyTopoChanger& Foam::polyMeshModifier::topoChanger() const
|
||||
Foam::Ostream& Foam::operator<<(Ostream& os, const polyMeshModifier& pmm)
|
||||
{
|
||||
pmm.write(os);
|
||||
os.check("Ostream& operator<<(Ostream& f, const polyMeshModifier& pmm)");
|
||||
os.check(FUNCTION_NAME);
|
||||
return os;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user