BUG: searchableBoxFeatures: Correct extendedFeatureEdgeMesh constructor call

This commit is contained in:
laurence
2013-06-26 15:56:30 +01:00
parent a8a40fef02
commit da5b88eef7

View File

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