Removed second implementation of matlab output.

There is already a generic one with the Grid implementation
being the template parameter in the header file. The other
implementation using UnstructuredGrid does exactly the same.
Therefore we remove it with this commit.
This commit is contained in:
Markus Blatt
2016-11-16 12:15:24 +01:00
parent fd4d57e68c
commit b91f747a3e
2 changed files with 0 additions and 66 deletions

View File

@@ -68,12 +68,6 @@ namespace Opm
const int step,
const std::string& output_dir);
void outputStateMatlab(const UnstructuredGrid& grid,
const Opm::SimulationDataContainer& state,
const int step,
const std::string& output_dir);
void outputWellStateMatlab(const Opm::WellState& well_state,
const int step,
const std::string& output_dir);