NCAR / lrose-core

Core C/C++ code for LROSE.
https://www.eol.ucar.edu/content/lidar-radar-open-software-environment
Other
92 stars 51 forks source link

Using multiset for RadxVol::sortRaysByTime #7

Closed anotherjohnwong closed 7 years ago

anotherjohnwong commented 7 years ago

Datasets using truncated time values may contain rays with duplicated times. These rays were dropping when sorted by time and leaking memory. Using multiset eliminates this problem.

mike-dixon commented 7 years ago

John - thanks for the help - Mike