STYLE: consistent brackets for Enum construction

This commit is contained in:
Mark Olesen
2019-05-31 10:44:23 +02:00
committed by Andrew Heather
parent d28267520f
commit 2413d4d898
8 changed files with 20 additions and 20 deletions

View File

@ -48,11 +48,11 @@ const Foam::Enum
Foam::functionObjects::runTimeControls::averageCondition::windowType
>
Foam::functionObjects::runTimeControls::averageCondition::windowTypeNames
{
({
{ windowType::NONE, "none" },
{ windowType::APPROXIMATE, "approximate" },
{ windowType::EXACT, "exact" }
};
});
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //