STYLE: add formatting of NamedEnum template arguments

This commit is contained in:
Mark Olesen
2010-12-17 14:36:13 +01:00
parent 3d2734f62b
commit 85bae17943
25 changed files with 229 additions and 85 deletions

View File

@ -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",