From da5b88eef70116330c07338f19b7b3f732656cc5 Mon Sep 17 00:00:00 2001
From: laurence <laurence>
Date: Wed, 26 Jun 2013 15:56:30 +0100
Subject: [PATCH] BUG: searchableBoxFeatures: Correct extendedFeatureEdgeMesh
 constructor call

---
 .../searchableSurfaceFeatures/searchableBoxFeatures.C         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/applications/utilities/mesh/generation/foamyHexMesh/conformalVoronoiMesh/searchableSurfaceFeatures/searchableBoxFeatures.C b/applications/utilities/mesh/generation/foamyHexMesh/conformalVoronoiMesh/searchableSurfaceFeatures/searchableBoxFeatures.C
index a72630ad36a..5d781868346 100644
--- a/applications/utilities/mesh/generation/foamyHexMesh/conformalVoronoiMesh/searchableSurfaceFeatures/searchableBoxFeatures.C
+++ b/applications/utilities/mesh/generation/foamyHexMesh/conformalVoronoiMesh/searchableSurfaceFeatures/searchableBoxFeatures.C
@@ -56,7 +56,7 @@ Foam::searchableBoxFeatures::searchableBoxFeatures
     (
         extendedFeatureEdgeMesh::sideVolumeTypeNames_
         [
-            dict.lookupOrDefault<word>("meshableSide", "INSIDE")
+            dict.lookupOrDefault<word>("meshableSide", "inside")
         ]
     )
 {
@@ -181,7 +181,7 @@ Foam::searchableBoxFeatures::features() const
             8, 8, 8,
             12, 12, 12, 12,
             faceNormals,
-            PackedList<2>(12, mode_), // Need to be input by user
+            List<extendedFeatureEdgeMesh::sideVolumeType>(12, mode_),
             edgeDirections,
             normalDirections,
             edgeNormals,
-- 
GitLab