From e6d969dc179177c246cae150343aa5ac50cf920d Mon Sep 17 00:00:00 2001 From: Tristan Carrier Baudouin <tristan.carrier@uclouvain.be> Date: Mon, 21 Jan 2013 09:27:03 +0000 Subject: [PATCH] hexahedra --- Mesh/simple3D.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Mesh/simple3D.cpp b/Mesh/simple3D.cpp index 35394061b8..6a764903c0 100644 --- a/Mesh/simple3D.cpp +++ b/Mesh/simple3D.cpp @@ -380,8 +380,8 @@ void Filler::treat_region(GRegion* gr){ fifo.push(node); } - std::ofstream file("nodes.pos"); - file << "View \"test\" {\n"; + //std::ofstream file("nodes.pos"); + //file << "View \"test\" {\n"; count = 1; while(!fifo.empty()){ @@ -420,7 +420,7 @@ void Filler::treat_region(GRegion* gr){ vertex = new MVertex(x,y,z,gr,0); new_vertices.push_back(vertex); ok2 = 1; - print_segment(individual->get_point(),parent->get_point(),file); + //print_segment(individual->get_point(),parent->get_point(),file); } } } @@ -432,7 +432,7 @@ void Filler::treat_region(GRegion* gr){ count++; } - file << "};\n"; + //file << "};\n"; int option = CTX::instance()->mesh.algo3d; CTX::instance()->mesh.algo3d = ALGO_3D_DELAUNAY; -- GitLab