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:
@ -37,8 +37,11 @@ License
|
||||
namespace Foam
|
||||
{
|
||||
template<>
|
||||
const char*
|
||||
Foam::NamedEnum<Foam::refinementSurfaces::areaSelectionAlgo, 4>::names[] =
|
||||
const char* Foam::NamedEnum
|
||||
<
|
||||
Foam::refinementSurfaces::areaSelectionAlgo,
|
||||
4
|
||||
>::names[] =
|
||||
{
|
||||
"inside",
|
||||
"outside",
|
||||
|
||||
Reference in New Issue
Block a user