mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
this allows the key names to be transformed, i.e., ``` enable-vtk=true ``` is now also possible in parameter files whereas before only CamelCase parameter names like ``` EnableVtk=true ``` were valid. besides this, any valid Windows INI file that does not use parameter groups should be readable, i.e., semicolons are now also treated as a comment indicator.