Skip to content

Commit af3f61d

Browse files
aritortoblattms
andauthored
Correct typo
Co-authored-by: Markus Blatt <[email protected]>
1 parent 5fdefb6 commit af3f61d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opm/grid/cpgrid/CpGrid.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2695,7 +2695,7 @@ void CpGrid::syncDistributedGlobalCellIds()
26952695

26962696
const int maxLevel = this->maxLevel();
26972697

2698-
// Preallocate syncCellIds (and vertexIds, which will NOT be synchrinized)
2698+
// Preallocate syncCellIds (and vertexIds, which will NOT be synchronized)
26992699
std::vector<std::vector<int>> syncCellIds(maxLevel);
27002700
std::vector<std::vector<int>> vertexIds(maxLevel);
27012701
for (int level = 1; level <= maxLevel; ++level) {

0 commit comments

Comments
 (0)