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:
@ -30,7 +30,11 @@ License
|
||||
namespace Foam
|
||||
{
|
||||
template<>
|
||||
const char* Foam::NamedEnum<Foam::coordSet::coordFormat, 5>::names[] =
|
||||
const char* Foam::NamedEnum
|
||||
<
|
||||
Foam::coordSet::coordFormat,
|
||||
5
|
||||
>::names[] =
|
||||
{
|
||||
"xyz",
|
||||
"x",
|
||||
|
||||
Reference in New Issue
Block a user