mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Remove "set-but-unused" variables (generates warnings on gcc 7).
This commit is contained in:
@@ -97,5 +97,5 @@ TEST( RigHexIntersectionTools, DISABLED_planeHexCellIntersectionPerformanceTest
|
||||
qDebug() << "Time rim elapsed: " << timeLocal.elapsed();
|
||||
}
|
||||
|
||||
qDebug() << "Time total elapsed: " << timeTotal.elapsed();
|
||||
qDebug() << "Time total elapsed: " << timeTotal.elapsed() << " intersected: " << static_cast<int>( isCellIntersected );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user