mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
Fixed typo: acess -> access
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user