I got a vector that stores distances between two points, Now i iterate over this vector to retrieve the values stored in it that I will use for different calculations. But before I do that i want to makes sure that the vector does not store any values that are == 0 for memory management.