diff --git a/src/meshTools/meshSearch/meshSearch.C b/src/meshTools/meshSearch/meshSearch.C index d634603649..7ced800c09 100644 --- a/src/meshTools/meshSearch/meshSearch.C +++ b/src/meshTools/meshSearch/meshSearch.C @@ -813,7 +813,7 @@ Foam::label Foam::meshSearch::findNearestBoundaryFace { if (useTreeSearch) { - const indexedOctree& tree = boundaryTree(); + const indexedOctree& tree = boundaryTree(); scalar span = tree.bb().mag();