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:
@@ -200,12 +200,6 @@ TEST( RifEclipseInputFileToolsTest, EquilData )
|
||||
&isStopParsingKeywordDetected,
|
||||
includeStatementAbsolutePathPrefix );
|
||||
EXPECT_EQ( (int)10, keywordContent.size() );
|
||||
|
||||
for ( const auto& s : keywordContent )
|
||||
{
|
||||
RigEquil equilRec = RigEquil::parseString( s );
|
||||
// qDebug() << s;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -65,7 +65,6 @@ TEST( RigCellGeometryTools, calculateCellVolumeTest )
|
||||
corner.x() += 0.5 * bbox.extent().x();
|
||||
tetrahedronBBox.add( corner );
|
||||
}
|
||||
overlapVertices;
|
||||
RigCellGeometryTools::estimateHexOverlapWithBoundingBox( cornerVertices,
|
||||
tetrahedronBBox,
|
||||
&overlapVertices,
|
||||
|
||||
@@ -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