Fix type mismatch error for EclEntry.

This commit is contained in:
Atgeirr Flø Rasmussen
2020-03-24 08:05:34 +01:00
parent 1ac240a425
commit 2d52268bf8

View File

@@ -9,7 +9,7 @@
#include <opm/io/eclipse/EclOutput.hpp>
using namespace Opm::EclIO;
using EclEntry = std::tuple<std::string, eclArrType, long int>;
using EclEntry = EclFile::EclEntry;
template <typename T>
void write(EclOutput& outFile, EclFile& file1,