@@ -87,7 +87,7 @@ write_vtk_by_instances()
8787 }
8888 std::stringstream filepath;
8989 filepath << fs::temp_directory_path ().string () << " /"
90- << " vtk_body_" << body_i << " .00000.vtu " ;
90+ << " vtk_body_" << body_i << " .00000.vtp " ;
9191 std::cout << " *** Saving on '" << filepath.str ().c_str () << " '..."
9292 << std::endl;
9393
@@ -116,7 +116,7 @@ write_vtk_by_instances()
116116 }
117117 std::stringstream filepath;
118118 filepath << fs::temp_directory_path ().string () << " /"
119- << " vtk_rod_" << rod_i << " .00000.vtu " ;
119+ << " vtk_rod_" << rod_i << " .00000.vtp " ;
120120 std::cout << " *** Saving on '" << filepath.str ().c_str () << " '..."
121121 << std::endl;
122122
@@ -146,7 +146,7 @@ write_vtk_by_instances()
146146 }
147147 std::stringstream filepath;
148148 filepath << fs::temp_directory_path ().string () << " /"
149- << " vtk_point_" << point_i << " .00000.vtu " ;
149+ << " vtk_point_" << point_i << " .00000.vtp " ;
150150 std::cout << " *** Saving on '" << filepath.str ().c_str () << " '..."
151151 << std::endl;
152152
@@ -176,7 +176,7 @@ write_vtk_by_instances()
176176 }
177177 std::stringstream filepath;
178178 filepath << fs::temp_directory_path ().string () << " /"
179- << " vtk_line_" << line_i << " .00000.vtu " ;
179+ << " vtk_line_" << line_i << " .00000.vtp " ;
180180 std::cout << " *** Saving on '" << filepath.str ().c_str () << " '..."
181181 << std::endl;
182182
0 commit comments