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
ee9d95f4
Commit
ee9d95f4
authored
Dec 21, 2010
by
Mark Olesen
Browse files
COMP: use objectHit.H instead of forward declarations
parent
57f8210e
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatch.H
View file @
ee9d95f4
...
...
@@ -57,6 +57,7 @@ SourceFiles
#include
"point.H"
#include
"intersection.H"
#include
"HashSet.H"
#include
"objectHit.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
@@ -64,7 +65,6 @@ namespace Foam
{
class
face
;
class
objectHit
;
template
<
class
T
>
class
Map
;
/*---------------------------------------------------------------------------*\
...
...
src/OpenFOAM/meshes/primitiveShapes/objectHit/objectHit.H
View file @
ee9d95f4
...
...
@@ -43,9 +43,9 @@ namespace Foam
// Forward declaration of friend functions and operators
class
objectHit
;
inline
bool
operator
==
(
const
objectHit
&
a
,
const
objectHit
&
b
);
inline
bool
operator
!=
(
const
objectHit
&
a
,
const
objectHit
&
b
);
inline
Ostream
&
operator
<<
(
Ostream
&
os
,
const
objectHit
&
b
);
inline
bool
operator
==
(
const
objectHit
&
,
const
objectHit
&
);
inline
bool
operator
!=
(
const
objectHit
&
,
const
objectHit
&
);
inline
Ostream
&
operator
<<
(
Ostream
&
,
const
objectHit
&
);
/*---------------------------------------------------------------------------*\
...
...
src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatch.H
View file @
ee9d95f4
...
...
@@ -61,8 +61,6 @@ SourceFiles
namespace
Foam
{
// Forward declaration of classes
/*---------------------------------------------------------------------------*\
Class enrichedPatch Declaration
\*---------------------------------------------------------------------------*/
...
...
src/dynamicMesh/slidingInterface/slidingInterface.H
View file @
ee9d95f4
...
...
@@ -58,15 +58,13 @@ SourceFiles
#include
"ZoneIDs.H"
#include
"intersection.H"
#include
"Pair.H"
#include
"objectHit.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
namespace
Foam
{
// Forward declaration of classes
class
objectHit
;
/*---------------------------------------------------------------------------*\
Class slidingInterface Declaration
\*---------------------------------------------------------------------------*/
...
...
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