#4348 System , cppcheck : Remove unused variables

This commit is contained in:
Magne Sjaastad
2019-04-20 14:10:46 +02:00
parent 4ec289a7fa
commit 3c2f4eb692
3 changed files with 1 additions and 5 deletions

View File

@@ -2790,7 +2790,6 @@ void findReferenceElementForNode(const RigFemPart& part, size_t nodeIdx, size_t
part.findIntersectingCells(bb, &refElementCandidates);
const RigFemPartGrid* grid = part.getOrCreateStructGrid();
const std::vector<cvf::Vec3f>& nodeCoords = part.nodes().coordinates;
refElement->elementIdx = cvf::UNDEFINED_SIZE_T;
refElement->intersectionPointToCurrentNodeDistance = std::numeric_limits<float>::infinity();