From 32ae45bbdd7312461ffc0d6bfd3d478fdca86235 Mon Sep 17 00:00:00 2001 From: Mohcine Chraibi <m.chraibi@fz-juelich.de> Date: Thu, 28 Feb 2019 19:01:46 +0100 Subject: [PATCH] change of the format in the file Note: Without "Intersection Polygon" --- methods/Method_I.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/methods/Method_I.cpp b/methods/Method_I.cpp index d829056b..10b76973 100644 --- a/methods/Method_I.cpp +++ b/methods/Method_I.cpp @@ -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; } -- GitLab