Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Jan 2, 2025
1 parent f2ca805 commit 3bc73e7
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,9 +292,7 @@ std::vector<size_t> RicCreateWellTargetClusterPolygonsFeature::findCandidates( c

RigGridBase* grid = cell.hostGrid();
size_t gridLocalCellIndex = cell.gridLocalCellIndex();
size_t resultIndex = resultsData->activeCellInfo()->cellResultIndex( cellIdx );

size_t i, j, k;
size_t i, j, k;

grid->ijkFromCellIndex( gridLocalCellIndex, &i, &j, &k );

Expand Down

0 comments on commit 3bc73e7

Please sign in to comment.