mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: minor spelling correction
This commit is contained in:
@ -208,7 +208,7 @@ template<class ListType>
|
|||||||
label findMin(const ListType&, const label start=0);
|
label findMin(const ListType&, const label start=0);
|
||||||
|
|
||||||
|
|
||||||
//- Find first occurence of given element in sorted list and return index,
|
//- Find first occurrence of given element in sorted list and return index,
|
||||||
// return -1 if not found. Binary search.
|
// return -1 if not found. Binary search.
|
||||||
template<class ListType>
|
template<class ListType>
|
||||||
label findSortedIndex
|
label findSortedIndex
|
||||||
|
|||||||
Reference in New Issue
Block a user