mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: carp() method is const
This commit is contained in:
@ -184,7 +184,10 @@ Foam::functionObject::unavailableFunctionObject::unavailableFunctionObject
|
||||
{}
|
||||
|
||||
|
||||
void Foam::functionObject::unavailableFunctionObject::carp(std::string message)
|
||||
void Foam::functionObject::unavailableFunctionObject::carp
|
||||
(
|
||||
std::string message
|
||||
) const
|
||||
{
|
||||
FatalError
|
||||
<< "####" << nl
|
||||
|
||||
Reference in New Issue
Block a user