mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-24 16:30:02 -06:00
Fixed typo: acess -> access
This commit is contained in:
parent
86bbd38a55
commit
060dfde864
@ -2929,7 +2929,7 @@ private:
|
||||
const std::vector<T>& operator()(FaceDir::DirEnum dir) const
|
||||
{
|
||||
if (dir == FaceDir::DirEnum::Unknown)
|
||||
throw std::runtime_error("Tried to acess BC data for the 'Unknown' direction");
|
||||
throw std::runtime_error("Tried to access BC data for the 'Unknown' direction");
|
||||
int idx = 0;
|
||||
int div = static_cast<int>(dir);
|
||||
while ((div /= 2) >= 1)
|
||||
|
Loading…
Reference in New Issue
Block a user