mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
added some comment about sort.
This commit is contained in:
parent
c51a794cac
commit
a266e98bac
@ -53,6 +53,7 @@ struct QuickSort< 0 >
|
|||||||
template <typename T>
|
template <typename T>
|
||||||
static inline void sort(T begin, T end)
|
static inline void sort(T begin, T end)
|
||||||
{
|
{
|
||||||
|
// fall back to standard insertion sort
|
||||||
std::sort( begin, end );
|
std::sort( begin, end );
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user