STYLE: remove trailing space, tabs

COMP: deletion of incomplete type
This commit is contained in:
OpenFOAM bot
2020-05-22 20:23:34 +02:00
committed by Mark Olesen
parent 11965904b7
commit 59933555d8
3 changed files with 7 additions and 2 deletions

View File

@ -225,6 +225,12 @@ Foam::hexRef8Data::hexRef8Data
} }
// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * //
Foam::hexRef8Data::~hexRef8Data()
{} // refinementHistory forward declared
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
void Foam::hexRef8Data::sync(const IOobject& io) void Foam::hexRef8Data::sync(const IOobject& io)

View File

@ -108,7 +108,7 @@ public:
//- Destructor //- Destructor
~hexRef8Data() = default; ~hexRef8Data();
// Member Functions // Member Functions

View File

@ -28,4 +28,3 @@ LIB_LIBS = \
-lreactingEulerianInterfacialCompositionModels \ -lreactingEulerianInterfacialCompositionModels \
-lreactingEulerianInterfacialModels \ -lreactingEulerianInterfacialModels \
-lreactingEulerianFvPatchFields -lreactingEulerianFvPatchFields