mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fixed: do not use Opm:: prefix when inside namespace Opm
This commit is contained in:
@@ -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.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user