diff --git a/src/OpenFOAM/containers/Lists/FixedList/FixedList.C b/src/OpenFOAM/containers/Lists/FixedList/FixedList.C index 15b629a112..926053320f 100644 --- a/src/OpenFOAM/containers/Lists/FixedList/FixedList.C +++ b/src/OpenFOAM/containers/Lists/FixedList/FixedList.C @@ -44,6 +44,8 @@ Foam::label Foam::FixedList::find(const T& val, label pos) const { return pos; } + + ++pos; } }