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:
@ -36,7 +36,11 @@ defineTypeNameAndDebug(Foam::fieldMinMax, 0);
|
||||
namespace Foam
|
||||
{
|
||||
template<>
|
||||
const char* Foam::NamedEnum<Foam::fieldMinMax::modeType, 2>::names[] =
|
||||
const char* Foam::NamedEnum
|
||||
<
|
||||
Foam::fieldMinMax::modeType,
|
||||
2
|
||||
>::names[] =
|
||||
{
|
||||
"magnitude",
|
||||
"component"
|
||||
|
||||
Reference in New Issue
Block a user