We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fdefb6 commit af3f61dCopy full SHA for af3f61d
opm/grid/cpgrid/CpGrid.cpp
@@ -2695,7 +2695,7 @@ void CpGrid::syncDistributedGlobalCellIds()
2695
2696
const int maxLevel = this->maxLevel();
2697
2698
- // Preallocate syncCellIds (and vertexIds, which will NOT be synchrinized)
+ // Preallocate syncCellIds (and vertexIds, which will NOT be synchronized)
2699
std::vector<std::vector<int>> syncCellIds(maxLevel);
2700
std::vector<std::vector<int>> vertexIds(maxLevel);
2701
for (int level = 1; level <= maxLevel; ++level) {
0 commit comments