Removed unnecessary headers
This commit is contained in:
parent
26278fa161
commit
aa0b894d84
3 changed files with 0 additions and 5 deletions
|
@ -32,7 +32,6 @@ Description
|
||||||
#include "laplaceTetDecompositionMotionSolver.H"
|
#include "laplaceTetDecompositionMotionSolver.H"
|
||||||
#include "motionDiff.H"
|
#include "motionDiff.H"
|
||||||
#include "addToRunTimeSelectionTable.H"
|
#include "addToRunTimeSelectionTable.H"
|
||||||
#include "twoDPointCorrector.H"
|
|
||||||
#include "tetFem.H"
|
#include "tetFem.H"
|
||||||
#include "elementFields.H"
|
#include "elementFields.H"
|
||||||
#include "tetFec.H"
|
#include "tetFec.H"
|
||||||
|
|
|
@ -32,7 +32,6 @@ Description
|
||||||
#include "pseudoSolidTetDecompositionMotionSolver.H"
|
#include "pseudoSolidTetDecompositionMotionSolver.H"
|
||||||
#include "motionDiff.H"
|
#include "motionDiff.H"
|
||||||
#include "addToRunTimeSelectionTable.H"
|
#include "addToRunTimeSelectionTable.H"
|
||||||
#include "twoDPointCorrector.H"
|
|
||||||
#include "tetFem.H"
|
#include "tetFem.H"
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
||||||
|
|
|
@ -50,9 +50,6 @@ SourceFiles
|
||||||
namespace Foam
|
namespace Foam
|
||||||
{
|
{
|
||||||
|
|
||||||
// Forward class declarations
|
|
||||||
class twoDPointCorrector;
|
|
||||||
|
|
||||||
/*---------------------------------------------------------------------------*\
|
/*---------------------------------------------------------------------------*\
|
||||||
Class tetDecompositionMotionSolver Declaration
|
Class tetDecompositionMotionSolver Declaration
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
Reference in a new issue