mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1292 Fixed CppCheck Issues in ProjectDataModel
This commit is contained in:
@@ -224,9 +224,7 @@ const cvf::StructGridInterface* RimCellRangeFilterCollection::gridByIndex(int gr
|
||||
|
||||
if (mnGrid)
|
||||
{
|
||||
RigGridBase* grid = NULL;
|
||||
|
||||
grid = mnGrid->gridByIndex(gridIndex);
|
||||
RigGridBase* grid = mnGrid->gridByIndex(gridIndex);
|
||||
|
||||
CVF_ASSERT(grid);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user