From 32277daa38011d6ec83da88274faee23f267043b Mon Sep 17 00:00:00 2001 From: Tristan Carrier Baudouin <tristan.carrier@uclouvain.be> Date: Tue, 2 Apr 2013 14:30:14 +0000 Subject: [PATCH] periodical --- Mesh/Voronoi3D.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mesh/Voronoi3D.cpp b/Mesh/Voronoi3D.cpp index f08a3e079e..3f60bf0df6 100644 --- a/Mesh/Voronoi3D.cpp +++ b/Mesh/Voronoi3D.cpp @@ -65,7 +65,7 @@ void clip::execute(GRegion* gr){ execute(vertices2,clipped); printf("%d\n", (int)clipped.size()); - std::ofstream file("cells.pos"); + std::ofstream file("MicrostructurePolycrystal3D.pos"); file << "View \"test\" {\n"; for(i=0;i<clipped.size();i++){ print_segment(clipped[i].get_v1().get_point(),clipped[i].get_v2().get_point(),file); -- GitLab