mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-11 23:55:34 -06:00
Changed some function signatures to take const UnstructuredGrid& instead of ptr.
This commit is contained in:
parent
03200bbf37
commit
dfa5bda17d
@ -42,7 +42,7 @@ namespace Opm
|
||||
std::ostream& os);
|
||||
|
||||
/// Vtk output for general grids.
|
||||
void writeVtkData(const UnstructuredGrid* grid,
|
||||
void writeVtkData(const UnstructuredGrid& grid,
|
||||
const DataMap& data,
|
||||
std::ostream& os);
|
||||
} // namespace Opm
|
||||
|
Loading…
Reference in New Issue
Block a user