mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: for Istream/Ostream check() use FUNCTION_NAME in messages
This commit is contained in:
@ -133,11 +133,7 @@ Foam::Ostream& Foam::operator<<
|
||||
const Function1<Type>& f1
|
||||
)
|
||||
{
|
||||
// Check state of Ostream
|
||||
os.check
|
||||
(
|
||||
"Ostream& operator<<(Ostream&, const Function1<Type>&)"
|
||||
);
|
||||
os.check(FUNCTION_NAME);
|
||||
|
||||
os << f1.name_;
|
||||
f1.writeData(os);
|
||||
|
||||
Reference in New Issue
Block a user