BUG: foamyHexMesh: Make enum public

This commit is contained in:
laurence
2013-09-18 15:59:09 +01:00
parent 0f748f3710
commit a0196d4f0e
2 changed files with 7 additions and 5 deletions

View File

@ -44,9 +44,9 @@ namespace Foam
defineTypeNameAndDebug(conformalVoronoiMesh, 0);
template<>
const char* Foam::NamedEnum
const char* NamedEnum
<
Foam::conformalVoronoiMesh::dualMeshPointType,
conformalVoronoiMesh::dualMeshPointType,
5
>::names[] =
{

View File

@ -115,9 +115,6 @@ public:
typedef List<pointIndexHitAndFeature> pointIndexHitAndFeatureList;
typedef DynamicList<pointIndexHitAndFeature> pointIndexHitAndFeatureDynList;
private:
// Static data
enum dualMeshPointType
@ -131,6 +128,11 @@ private:
static const NamedEnum<dualMeshPointType, 5> dualMeshPointTypeNames_;
private:
// Static data
static const scalar searchConeAngle;
static const scalar searchAngleOppositeSurface;