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

call python3

parent 3c6345d3
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -457,9 +457,9 @@ void Method_D::OutputVoroGraph(const string & frameId, vector<polygon_2d>& polyg ...@@ -457,9 +457,9 @@ void Method_D::OutputVoroGraph(const string & frameId, vector<polygon_2d>& polyg
if(_plotVoronoiCellData) if(_plotVoronoiCellData)
{ {
string parameters_rho="python "+_scriptsLocation+"/_Plot_cell_rho.py -f \""+ voronoiLocation + "\" -n "+ _trajName+"_id_"+_measureAreaId+"_"+frameId+ string parameters_rho="python3 "+_scriptsLocation+"/_Plot_cell_rho.py -f \""+ voronoiLocation + "\" -n "+ _trajName+"_id_"+_measureAreaId+"_"+frameId+
" -g "+_geometryFileName+" -p "+_trajectoryPath; " -g "+_geometryFileName+" -p "+_trajectoryPath;
string parameters_v="python "+_scriptsLocation+"/_Plot_cell_v.py -f \""+ voronoiLocation + "\" -n "+ _trajName+"_id_"+_measureAreaId+"_"+frameId+ string parameters_v="python3 "+_scriptsLocation+"/_Plot_cell_v.py -f \""+ voronoiLocation + "\" -n "+ _trajName+"_id_"+_measureAreaId+"_"+frameId+
" -g "+_geometryFileName+" -p "+_trajectoryPath; " -g "+_geometryFileName+" -p "+_trajectoryPath;
Log->Write("INFO:\t%s",parameters_rho.c_str()); Log->Write("INFO:\t%s",parameters_rho.c_str());
Log->Write("INFO:\tPlotting Voronoi Cell at the frame <%s>",frameId.c_str()); Log->Write("INFO:\tPlotting Voronoi Cell at the frame <%s>",frameId.c_str());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment