STYLE: Remove unused static variable

This commit is contained in:
mattijs
2010-03-22 10:32:13 +00:00
parent 6680ddcfee
commit 09a986a89a
2 changed files with 0 additions and 20 deletions

View File

@ -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)

View File

@ -71,12 +71,6 @@ class mirrorFvMesh
public:
// Static data
//- Cell renumnering table
static const label cellRenumber[8][8];
// Constructors
//- Construct from IOobject