Skip to content
Snippets Groups Projects
Commit 5cf2130f authored by Abhinav Singh's avatar Abhinav Singh
Browse files

removing additional create directory

parent 0cd6caaf
No related branches found
No related tags found
No related merge requests found
Pipeline #5328 failed
......@@ -626,7 +626,7 @@ public:
{
//openfpm::vector< ele_vpp<typename pair::second>> vpp;
// Header for the vtk
create_directory_if_not_exist("VTPDATA",1);
//create_directory_if_not_exist("VTPDATA",1);
std::string vtk_header;
std::string Name_data;
std::string PpointEnd;
......@@ -752,7 +752,7 @@ public:
std::string closingFile=" </PointData>\n </Piece>\n </PolyData>\n</VTKFile>";
// write the file
create_directory_if_not_exist("VTPDATA",1);
//create_directory_if_not_exist("VTPDATA",1);
std::ofstream ofs("VTPDATA/"+file);
// Check if the file is open
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment