Skip to content

Commit

Permalink
Remove spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
aritorto committed Sep 30, 2024
1 parent 75742a4 commit d54de16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opm/grid/cpgrid/CpGrid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ void CpGrid::computeGlobalCellLeafGridViewWithLgrs(std::vector<int>& global_cell
{
for (const auto& element: elements(leafGridView()))
{
// When refine via CpGrid::addLgrsUpdateGridView(/*...*/), level-grid to lookup global_cell_ is equal to level-zero-grid
// When refine via CpGrid::addLgrsUpdateGridView(/*...*/), level-grid to lookup global_cell_ is equal to level-zero-grid
// In the context of allowed nested refinement, we lookup for the oldest ancestor, also belonging to level-zero-grid.
auto ancestor = element.getOrigin();
int origin_in_level_zero = ancestor.index();
Expand Down

0 comments on commit d54de16

Please sign in to comment.