Bugfix: update prototype of no-ert writeECLData().

This commit is contained in:
Atgeirr Flø Rasmussen 2012-12-03 08:55:58 +01:00
parent eeed5ca337
commit 696d038ebc

View File

@ -153,9 +153,12 @@ namespace Opm
namespace Opm namespace Opm
{ {
void writeECLData(const UnstructuredGrid&, void writeECLData(const UnstructuredGrid&,
const DataMap&, const DataMap&,
const SimulatorTimer&, const int,
const double,
const boost::posix_time::ptime&,
const std::string&, const std::string&,
const std::string&) const std::string&)
{ {