Skip to content
Snippets Groups Projects
Commit 52b225b6 authored by Mattijs Janssens's avatar Mattijs Janssens Committed by Mark OLESEN
Browse files

STYLE/COMP: include cyclic patch headers earlier

parent c6f52858
No related merge requests found
......@@ -60,9 +60,9 @@ SourceFiles
#ifndef Foam_cyclicAMIFvPatchField_H
#define Foam_cyclicAMIFvPatchField_H
#include "cyclicAMIFvPatch.H"
#include "coupledFvPatchField.H"
#include "cyclicAMILduInterfaceField.H"
#include "cyclicAMIFvPatch.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
......
......@@ -34,11 +34,11 @@ SourceFiles
\*---------------------------------------------------------------------------*/
#ifndef cyclicAMIFvsPatchField_H
#define cyclicAMIFvsPatchField_H
#ifndef Foam_cyclicAMIFvsPatchField_H
#define Foam_cyclicAMIFvsPatchField_H
#include "coupledFvsPatchField.H"
#include "cyclicAMIFvPatch.H"
#include "coupledFvsPatchField.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
......
......@@ -35,12 +35,12 @@ SourceFiles
\*---------------------------------------------------------------------------*/
#ifndef cyclicFvPatch_H
#define cyclicFvPatch_H
#ifndef Foam_cyclicFvPatch_H
#define Foam_cyclicFvPatch_H
#include "cyclicPolyPatch.H"
#include "coupledFvPatch.H"
#include "cyclicLduInterface.H"
#include "cyclicPolyPatch.H"
#include "fvBoundaryMesh.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
......@@ -57,7 +57,7 @@ class cyclicFvPatch
public coupledFvPatch,
public cyclicLduInterface
{
// Private data
// Private Data
const cyclicPolyPatch& cyclicPolyPatch_;
......@@ -88,7 +88,6 @@ public:
// Member functions
// Access
//- Return local reference cast into the cyclic patch
......@@ -173,7 +172,6 @@ public:
const Pstream::commsTypes commsType,
const labelUList& internalData
) const;
};
......
......@@ -35,12 +35,12 @@ SourceFiles
\*---------------------------------------------------------------------------*/
#ifndef cyclicAMIFvPatch_H
#define cyclicAMIFvPatch_H
#ifndef Foam_cyclicAMIFvPatch_H
#define Foam_cyclicAMIFvPatch_H
#include "cyclicAMIPolyPatch.H"
#include "coupledFvPatch.H"
#include "cyclicAMILduInterface.H"
#include "cyclicAMIPolyPatch.H"
#include "fvBoundaryMesh.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
......@@ -57,7 +57,7 @@ class cyclicAMIFvPatch
public coupledFvPatch,
public cyclicAMILduInterface
{
// Private data
// Private Data
const cyclicAMIPolyPatch& cyclicAMIPolyPatch_;
......@@ -258,7 +258,6 @@ public:
const Pstream::commsTypes commsType,
const labelUList& internalData
) const;
};
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment