Fix: name lookup not wanted for featureMethod = none

This commit is contained in:
graham
2009-05-01 22:21:16 +01:00
parent 7f8af1c433
commit 64b16c61d3
2 changed files with 2 additions and 2 deletions

View File

@ -1414,7 +1414,7 @@ void Foam::conformalVoronoiMesh::conformToSurface()
} }
label iterationNo = 0; label iterationNo = 0;
label maxIterations = 4; label maxIterations = 8;
label totalHits = 0; label totalHits = 0;
do do

View File

@ -120,7 +120,7 @@ Foam::conformationSurfaces::conformationSurfaces
} }
else if (featureMethod == "none") else if (featureMethod == "none")
{ {
fileName feMeshName(surfaceSubDict.lookup("featureEdgeMesh")); fileName feMeshName(surfaceName + "_noFeatures");
features_.set features_.set
( (