Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Community
integration-cfmesh
Commits
e42a1f6b
Commit
e42a1f6b
authored
Jul 02, 2018
by
Mark Olesen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
COMP: forward declarations to silence gcc-7 warnings about 'operator<<'
parent
288f05e0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
0 deletions
+10
-0
meshLibrary/utilities/anisotropicMeshing/coordinateModification/boxScaling.H
...es/anisotropicMeshing/coordinateModification/boxScaling.H
+4
-0
meshLibrary/utilities/containers/VRWGraph/VRWGraph.H
meshLibrary/utilities/containers/VRWGraph/VRWGraph.H
+2
-0
meshLibrary/utilities/containers/VRWGraphList/VRWGraphList.H
meshLibrary/utilities/containers/VRWGraphList/VRWGraphList.H
+4
-0
No files found.
meshLibrary/utilities/anisotropicMeshing/coordinateModification/boxScaling.H
View file @
e42a1f6b
...
...
@@ -46,6 +46,10 @@ namespace Foam
namespace
Module
{
// Forward declarations
class
boxScaling
;
Ostream
&
operator
<<
(
Ostream
&
,
const
boxScaling
&
);
/*---------------------------------------------------------------------------*\
Class boxScaling Declaration
\*---------------------------------------------------------------------------*/
...
...
meshLibrary/utilities/containers/VRWGraph/VRWGraph.H
View file @
e42a1f6b
...
...
@@ -51,7 +51,9 @@ namespace Foam
namespace
Module
{
// Forward declarations
class
VRWGraph
;
Ostream
&
operator
<<
(
Ostream
&
,
const
VRWGraph
&
);
class
rowElement
{
...
...
meshLibrary/utilities/containers/VRWGraphList/VRWGraphList.H
View file @
e42a1f6b
...
...
@@ -47,6 +47,10 @@ namespace Foam
namespace
Module
{
// Forward declarations
class
VRWGraphList
;
Ostream
&
operator
<<
(
Ostream
&
,
const
VRWGraphList
&
);
/*---------------------------------------------------------------------------*\
Class VRWGraphList Declaration
\*---------------------------------------------------------------------------*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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