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

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