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::fieldAverageItem::baseType, 2>::names[] =
const char* Foam::NamedEnum
<
Foam::fieldAverageItem::baseType,
2
>::names[] =
{
"iteration",
"time"