diff --git a/applications/utilities/mesh/generation/foamyHexMesh/conformalVoronoiMesh/searchableSurfaceFeatures/searchableBoxFeatures.C b/applications/utilities/mesh/generation/foamyHexMesh/conformalVoronoiMesh/searchableSurfaceFeatures/searchableBoxFeatures.C index 7034ec58dd2ea7848ed4c76b10b458e5ee625dd2..78149fac1669328e7406e5cdfe888cd92f6d3e9a 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") ] ) { @@ -182,7 +182,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,