fixed: do not use Opm:: prefix when inside namespace Opm

This commit is contained in:
Arne Morten Kvarving
2021-05-05 11:22:44 +02:00
parent 6b02180ca3
commit a4c0af09d9
66 changed files with 1017 additions and 1016 deletions

View File

@@ -34,7 +34,7 @@ namespace Opm
namespace detail
{
namespace fs = Opm::filesystem;
namespace fs = ::Opm::filesystem;
/// \brief A functor that merges multiple files of a parallel run to one file.
///