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
09a986a8
Commit
09a986a8
authored
Mar 22, 2010
by
mattijs
Browse files
STYLE: Remove unused static variable
parent
6680ddcf
Changes
2
Hide whitespace changes
Inline
Side-by-side
applications/utilities/mesh/manipulation/mirrorMesh/mirrorFvMesh.C
View file @
09a986a8
...
...
@@ -28,20 +28,6 @@ License
#include
"Time.H"
#include
"plane.H"
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
const
Foam
::
label
Foam
::
mirrorFvMesh
::
cellRenumber
[
8
][
8
]
=
{
{
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
},
// unknown
{
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
},
//
{
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
},
//
{
0
,
3
,
2
,
1
,
4
,
7
,
6
,
5
},
// hex
{
2
,
1
,
0
,
5
,
4
,
3
,
6
,
-
1
},
// wedge
{
0
,
2
,
1
,
3
,
5
,
4
,
-
1
,
-
1
},
// prism
{
0
,
3
,
2
,
1
,
4
,
-
1
,
-
1
,
-
1
},
// pyramid
{
2
,
1
,
0
,
3
,
-
1
,
-
1
,
-
1
,
-
1
},
// tet
};
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
Foam
::
mirrorFvMesh
::
mirrorFvMesh
(
const
IOobject
&
io
)
...
...
applications/utilities/mesh/manipulation/mirrorMesh/mirrorFvMesh.H
View file @
09a986a8
...
...
@@ -71,12 +71,6 @@ class mirrorFvMesh
public:
// Static data
//- Cell renumnering table
static
const
label
cellRenumber
[
8
][
8
];
// Constructors
//- Construct from IOobject
...
...
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