From 5cf2130f7af25a3c7da6e43301a429e2f1640ef0 Mon Sep 17 00:00:00 2001
From: absingh <absingh@mpi-cbg.de>
Date: Wed, 15 Mar 2023 13:43:24 +0100
Subject: [PATCH] removing additional create directory

---
 src/VTKWriter/VTKWriter_point_set.hpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/VTKWriter/VTKWriter_point_set.hpp b/src/VTKWriter/VTKWriter_point_set.hpp
index a07721c..ec44307 100644
--- a/src/VTKWriter/VTKWriter_point_set.hpp
+++ b/src/VTKWriter/VTKWriter_point_set.hpp
@@ -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
-- 
GitLab