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

:green_heart: compilation fix

parent b7f73ad6
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 #17457 passed
...@@ -110,7 +110,7 @@ bool Method_I::Process (const PedData& peddata,const fs::path& scriptsLocation, ...@@ -110,7 +110,7 @@ bool Method_I::Process (const PedData& peddata,const fs::path& scriptsLocation,
} }
} }
if(!OpenFileMethodD()) if(!OpenFileMethodI())
{ {
return_value = false; return_value = false;
} }
...@@ -216,8 +216,9 @@ bool Method_I::Process (const PedData& peddata,const fs::path& scriptsLocation, ...@@ -216,8 +216,9 @@ bool Method_I::Process (const PedData& peddata,const fs::path& scriptsLocation,
} }
return return_value; return return_value;
} }
}
bool Method_I::OpenFileMethodD() bool Method_I::OpenFileMethodI()
{ {
std::string voroLocation(VORO_LOCATION); std::string voroLocation(VORO_LOCATION);
......
...@@ -89,7 +89,7 @@ private: ...@@ -89,7 +89,7 @@ private:
double _grid_size_X; // the size of the grid double _grid_size_X; // the size of the grid
double _grid_size_Y; double _grid_size_Y;
float _fps; float _fps;
bool OpenFileMethodD(); bool OpenFileMethodI();
bool OpenFileIndividualFD(); bool OpenFileIndividualFD();
fs::path _geometryFileName; fs::path _geometryFileName;
fs::path _trajectoryPath; fs::path _trajectoryPath;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment