mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
- the constructor of VtkMultiWriter now expects a grid view as first argument. unfortunately the old API cannot be kept around with this change. - as a follow up beginWrite() does not need the grid view as an argument anymore - if the grid has been changed during two time steps, the new method gridChanged() must be called before beginWrite() is called