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:
@@ -96,7 +96,7 @@ public:
|
||||
|
||||
// we use 0 as the temporal locality, because it is reasonable to assume that an
|
||||
// entry will only be accessed once.
|
||||
Opm::prefetch</*temporalLocality=*/0>(elemData_[elemIdx]);
|
||||
::Opm::prefetch</*temporalLocality=*/0>(elemData_[elemIdx]);
|
||||
}
|
||||
|
||||
const Data& get(const Element& elem, unsigned localDofIdx) const
|
||||
|
||||
Reference in New Issue
Block a user