mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4348 System , cppcheck : Remove unused variables
This commit is contained in:
@@ -183,7 +183,6 @@ cvf::Vec3d RigFisbonesGeometry::closestMainAxis(const cvf::Vec3d& vec)
|
||||
if (cvf::Math::abs(vec.z()) > maxValue)
|
||||
{
|
||||
maxComponent = 2;
|
||||
maxValue = cvf::Math::abs(vec.z());
|
||||
}
|
||||
|
||||
if (maxComponent == 0)
|
||||
|
||||
Reference in New Issue
Block a user