Fix type mismatch error for EclEntry.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user