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:
@@ -33,7 +33,7 @@
|
||||
#include <stdio.h>
|
||||
#include <tuple>
|
||||
|
||||
using namespace Opm::ecl;
|
||||
using namespace Opm::EclIO;
|
||||
|
||||
template<typename InputIterator1, typename InputIterator2>
|
||||
bool
|
||||
|
||||
Reference in New Issue
Block a user