Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
59933555
Commit
59933555
authored
May 22, 2020
by
OpenFOAM bot
Committed by
Mark OLESEN
May 22, 2020
Browse files
STYLE: remove trailing space, tabs
COMP: deletion of incomplete type
parent
11965904
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8/hexRef8Data.C
View file @
59933555
...
...
@@ -225,6 +225,12 @@ Foam::hexRef8Data::hexRef8Data
}
// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * //
Foam
::
hexRef8Data
::~
hexRef8Data
()
{}
// refinementHistory forward declared
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
void
Foam
::
hexRef8Data
::
sync
(
const
IOobject
&
io
)
...
...
src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8/hexRef8Data.H
View file @
59933555
...
...
@@ -108,7 +108,7 @@ public:
//- Destructor
~
hexRef8Data
()
=
default
;
~
hexRef8Data
();
// Member Functions
...
...
src/phaseSystemModels/reactingEulerFoam/phaseSystems/Make/options
View file @
59933555
...
...
@@ -28,4 +28,3 @@ LIB_LIBS = \
-lreactingEulerianInterfacialCompositionModels \
-lreactingEulerianInterfacialModels \
-lreactingEulerianFvPatchFields
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment