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

change of the format in the file

Note: Without "Intersection Polygon"
parent d5e52397
No related branches found
No related tags found
2 merge requests!15Resolve "Method D | IndividualFD file use wrong PersID",!14Resolve "Method I | new measurement method"
Pipeline #17810 passed
......@@ -265,7 +265,7 @@ bool Method_I::Process(const PedData& peddata,const fs::path& scriptsLocation, c
}
else
{
fprintf(_fIndividualFD,"#framerate (fps):\t%.2f\n\n#Frame \t PedId \t Individual density(m^(-2)) \t Individual velocity(m/s) \t Voronoi Polygon \t Intersection Polygon\n",_fps);
fprintf(_fIndividualFD,"#framerate (fps):\t%.2f\n\n#Frame \t PedId \t Individual density(m^(-2)) \t Individual velocity(m/s) \t Voronoi Polygon\n",_fps);
}
return true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment