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

@ -35,7 +35,11 @@ defineTypeNameAndDebug(Foam::UPstream, 0);
namespace Foam
{
template<>
const char* Foam::NamedEnum<Foam::UPstream::commsTypes, 3>::names[] =
const char* Foam::NamedEnum
<
Foam::UPstream::commsTypes,
3
>::names[] =
{
"blocking",
"scheduled",