From 44e19ca6f460a4f9fa30447f74931175aa00b61d Mon Sep 17 00:00:00 2001 From: Mohcine Chraibi <m.chraibi@fz-juelich.de> Date: Fri, 1 Mar 2019 21:51:33 +0100 Subject: [PATCH] :green_heart: fixing compilation errors --- methods/Method_D.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/methods/Method_D.cpp b/methods/Method_D.cpp index 0597fd00..6fd827bd 100644 --- a/methods/Method_D.cpp +++ b/methods/Method_D.cpp @@ -138,7 +138,7 @@ bool Method_D::Process (const PedData& peddata,const fs::path& scriptsLocation, } vector<int> ids=_peds_t[frameNr]; vector<int> IdInFrame = peddata.GetIdInFrame(frameNr, ids, zPos_measureArea); - // vector<int> RealIdInFrame = peddata.GetRealIdInFrame(frameNr, ids, zPos_measureArea); + vector<double> XInFrame = peddata.GetXInFrame(frameNr, ids, zPos_measureArea); vector<double> YInFrame = peddata.GetYInFrame(frameNr, ids, zPos_measureArea); vector<double> VInFrame = peddata.GetVInFrame(frameNr, ids, zPos_measureArea); //vector int to_remove -- GitLab