BUG: regression in FixedList find() method (from 8629755f69)

This commit is contained in:
Mark Olesen
2020-02-03 16:07:42 +01:00
parent 0bc59af983
commit 44e3860888

View File

@ -44,6 +44,8 @@ Foam::label Foam::FixedList<T, N>::find(const T& val, label pos) const
{
return pos;
}
++pos;
}
}