Skip to content
Snippets Groups Projects
Verified Commit 44e19ca6 authored by Mohcine Chraibi's avatar Mohcine Chraibi
Browse files

:green_heart: fixing compilation errors

parent d1239d2d
No related branches found
No related tags found
1 merge request!15Resolve "Method D | IndividualFD file use wrong PersID"
Pipeline #17814 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment