mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: regression in FixedList find() method (from 8629755f69)
This commit is contained in:
@ -44,6 +44,8 @@ Foam::label Foam::FixedList<T, N>::find(const T& val, label pos) const
|
||||
{
|
||||
return pos;
|
||||
}
|
||||
|
||||
++pos;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user