mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Catch up to interface change of writeVtkData().
OPM-Core change-set 57bac968c8a6 replaced UnstructuredGrid pointers with the corresponding (const) references.
This commit is contained in:
parent
c888d995da
commit
938640f180
@ -251,7 +251,7 @@ void outputState(const UnstructuredGrid* grid,
|
||||
dm["saturation"] = &state.saturation();
|
||||
dm["pressure"] = &state.pressure();
|
||||
dm["concentration"] = &state.concentration();
|
||||
Opm::writeVtkData(grid, dm, vtkfile);
|
||||
Opm::writeVtkData(*grid, dm, vtkfile);
|
||||
|
||||
// Write data (not grid) in Matlab format
|
||||
for (Opm::DataMap::const_iterator it = dm.begin(); it != dm.end(); ++it) {
|
||||
|
Loading…
Reference in New Issue
Block a user