mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: add formatting of NamedEnum template arguments
This commit is contained in:
@ -35,7 +35,11 @@ defineTypeNameAndDebug(Foam::UPstream, 0);
|
||||
namespace Foam
|
||||
{
|
||||
template<>
|
||||
const char* Foam::NamedEnum<Foam::UPstream::commsTypes, 3>::names[] =
|
||||
const char* Foam::NamedEnum
|
||||
<
|
||||
Foam::UPstream::commsTypes,
|
||||
3
|
||||
>::names[] =
|
||||
{
|
||||
"blocking",
|
||||
"scheduled",
|
||||
|
||||
Reference in New Issue
Block a user