mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
CppCheck : Remove unused variables
This commit is contained in:
@@ -978,14 +978,13 @@ void RifReaderEclipseOutput::sourSimRlResult(const QString& result, size_t stepI
|
||||
|
||||
size_t fileIndex = timeStepIndexOnFile(stepIndex);
|
||||
|
||||
bool readCellResultOk = m_hdfReaderInterface->dynamicResult(result, fileIndex, values);
|
||||
m_hdfReaderInterface->dynamicResult(result, fileIndex, values);
|
||||
|
||||
if (activeCellCount != values->size())
|
||||
{
|
||||
values->clear();
|
||||
|
||||
RiaLogging::error("SourSimRL results does not match the number of active cells in the grid");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user