mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Updated Info, Warning and Error messages
This commit is contained in:
@ -32,10 +32,8 @@ bool Foam::functionObjectState::setActive()
|
||||
|
||||
if (!isA<Type>(obr_))
|
||||
{
|
||||
WarningIn
|
||||
(
|
||||
"void Foam::functionObjectState::setActive()"
|
||||
) << "No " << Type::typeName << " available, deactivating " << name_
|
||||
WarningInFunction
|
||||
<< "No " << Type::typeName << " available, deactivating " << name_
|
||||
<< endl;
|
||||
|
||||
active_ = false;
|
||||
|
||||
Reference in New Issue
Block a user