Skip to content
Snippets Groups Projects
Commit 32277daa authored by Tristan Carrier Baudouin's avatar Tristan Carrier Baudouin
Browse files

periodical

parent 9e6a1c34
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment