mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
hopefully the last of the NamedEnum out-of-bounds
This commit is contained in:
@ -119,8 +119,7 @@ bool Foam::OPstream::write
|
||||
(
|
||||
"OPstream::write"
|
||||
"(const int fromProcNo, char* buf, std::streamsize bufSize)"
|
||||
) << "Unsupported communications type "
|
||||
<< Pstream::commsTypeNames[commsType]
|
||||
) << "Unsupported communications type " << commsType
|
||||
<< Foam::abort(FatalError);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user