mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Cleaned error title slightly
This commit is contained in:
@ -249,6 +249,6 @@ Foam::Ostream& Foam::operator<<(Ostream& os, const IOerror& ioErr)
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
// Global error definitions
|
||||
|
||||
Foam::IOerror Foam::FatalIOError("--> FOAM FATAL IO ERROR : ");
|
||||
Foam::IOerror Foam::FatalIOError("--> FOAM FATAL IO ERROR: ");
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -274,6 +274,6 @@ Foam::Ostream& Foam::operator<<(Ostream& os, const error& fErr)
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
// Global error definitions
|
||||
|
||||
Foam::error Foam::FatalError("--> FOAM FATAL ERROR : ");
|
||||
Foam::error Foam::FatalError("--> FOAM FATAL ERROR: ");
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user