mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
removed spaces in fatalioerror message
This commit is contained in:
@ -479,7 +479,7 @@ bool Foam::dictionary::changeKeyword
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
WarningIn("dictionary::changeKeyword(const word& old, const word& new)")
|
WarningIn("dictionary::changeKeyword(const word&, const word&)")
|
||||||
<< "cannot rename keyword "<< oldKeyword
|
<< "cannot rename keyword "<< oldKeyword
|
||||||
<< " to existing keyword " << newKeyword
|
<< " to existing keyword " << newKeyword
|
||||||
<< " in dictionary " << name() << endl;
|
<< " in dictionary " << name() << endl;
|
||||||
|
|||||||
Reference in New Issue
Block a user