WSL/SLF GitLab Repository

Skip to content
  • Thomas Egger's avatar
    Bugfix for issue 147: When copying MeteoData object it could not be guarenteed... · f8fe2bff
    Thomas Egger authored
    Bugfix for issue 147: When copying MeteoData object it could not be guarenteed that the index for a certain paramater would remain constant, thus accessing let's say md.param(13) and md2.param(13) could result in accessing different values. Since MeteoIO uses the index extensively it is of vital importance for the index to stay constant.
    
    This problem only affected additional parameters, not the standard parameters.
    f8fe2bff