ARPA-SIMC / dballe

Fast on-disk database for meteorological observed and forecast data.
Other
19 stars 6 forks source link

Fix segfault when a station summary doesn't have any matching context #238

Closed edigiacomo closed 4 years ago

edigiacomo commented 4 years ago

The behaviour of StationEntries<Station>::add_filtered is always the same, no matter the filter applies to station data or not.

Fix #235