Skip to content
Snippets Groups Projects
Commit 0a702a8e authored by mattijs's avatar mattijs
Browse files

Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev

parents 98fb5e63 e2f62ee3
Branches
Tags
No related merge requests found
...@@ -56,7 +56,7 @@ Foam::searchableBoxFeatures::searchableBoxFeatures ...@@ -56,7 +56,7 @@ Foam::searchableBoxFeatures::searchableBoxFeatures
( (
extendedFeatureEdgeMesh::sideVolumeTypeNames_ extendedFeatureEdgeMesh::sideVolumeTypeNames_
[ [
dict.lookupOrDefault<word>("meshableSide", "INSIDE") dict.lookupOrDefault<word>("meshableSide", "inside")
] ]
) )
{ {
...@@ -182,7 +182,7 @@ Foam::searchableBoxFeatures::features() const ...@@ -182,7 +182,7 @@ Foam::searchableBoxFeatures::features() const
8, 8, 8, 8, 8, 8,
12, 12, 12, 12, 12, 12, 12, 12,
faceNormals, faceNormals,
PackedList<2>(12, mode_), // Need to be input by user List<extendedFeatureEdgeMesh::sideVolumeType>(12, mode_),
edgeDirections, edgeDirections,
normalDirections, normalDirections,
edgeNormals, edgeNormals,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment