ECLIPSE I/O: Rename Namespace Opm::ecl -> Opm::EclIO
This reduces the risk of conflicting with the 'ecl' namespace from LibECL, especially when the latter name is used from within the Opm namespace.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include <opm/io/eclipse/EclFile.hpp>
|
||||
#include <opm/io/eclipse/EclOutput.hpp>
|
||||
|
||||
using namespace Opm::ecl;
|
||||
using namespace Opm::EclIO;
|
||||
|
||||
template<typename T>
|
||||
void write(EclOutput& outFile, EclFile& file1,
|
||||
|
||||
Reference in New Issue
Block a user