mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: remove trailing space, tabs
COMP: deletion of incomplete type
This commit is contained in:
committed by
Mark Olesen
parent
11965904b7
commit
59933555d8
@ -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)
|
||||||
|
|||||||
@ -108,7 +108,7 @@ public:
|
|||||||
|
|
||||||
|
|
||||||
//- Destructor
|
//- Destructor
|
||||||
~hexRef8Data() = default;
|
~hexRef8Data();
|
||||||
|
|
||||||
|
|
||||||
// Member Functions
|
// Member Functions
|
||||||
|
|||||||
@ -28,4 +28,3 @@ LIB_LIBS = \
|
|||||||
-lreactingEulerianInterfacialCompositionModels \
|
-lreactingEulerianInterfacialCompositionModels \
|
||||||
-lreactingEulerianInterfacialModels \
|
-lreactingEulerianInterfacialModels \
|
||||||
-lreactingEulerianFvPatchFields
|
-lreactingEulerianFvPatchFields
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user