diff --git a/src/meshTools/meshSearch/meshSearch.C b/src/meshTools/meshSearch/meshSearch.C index 9524515531..6ff66755e4 100644 --- a/src/meshTools/meshSearch/meshSearch.C +++ b/src/meshTools/meshSearch/meshSearch.C @@ -799,7 +799,7 @@ Foam::label Foam::meshSearch::findCell } else { - return findCellLinear(location); + return findCellLinear(location); } } else