perillaroc / porter-ng

GrADS to GRIB2 data converter using ecCodes.
MIT License
0 stars 0 forks source link

Keep order of keys in ConvertConfig #1

Closed perillaroc closed 6 years ago

perillaroc commented 6 years ago

std::map doesn't save the order of keys. But keys' order is important sometimes. So ConvertConfig should save keys in order.