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:
Bård Skaflestad
2019-05-24 15:26:01 +02:00
parent cb106240bf
commit 82b0a2d82b
29 changed files with 189 additions and 189 deletions

View File

@@ -27,7 +27,7 @@
#include <string>
#include <vector>
namespace Opm { namespace ecl {
namespace Opm { namespace EclIO {
class EGrid;
}} // namespace Opm::ecl
@@ -82,7 +82,7 @@ protected:
const std::string& reference,
size_t kw_size,
size_t cell,
Opm::ecl::EGrid *grid,
Opm::EclIO::EGrid *grid,
const T& value1,
const T& value2) const;