Commit 1eb5dc77 authored by garciay's avatar garciay
Browse files

Remove initialisation variable with null

parent 912d1603
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -815,7 +815,7 @@ module LibItsGeoNetworking_Functions {
        ) runs on ItsGeoNetworking
        return LongPosVector {
            
            var LongPosVector v_return := null;
            var LongPosVector v_return;
            var integer i := 0;
            
            for (i:=0; i<lengthof(vc_positionTable); i:=i+1) {