From ea27f3c636640592c6772d0a3310bf0fd1f741a8 Mon Sep 17 00:00:00 2001 From: Tristan Carrier Baudouin <tristan.carrier@uclouvain.be> Date: Fri, 22 Feb 2013 09:13:32 +0000 Subject: [PATCH] hexahedra --- Mesh/yamakawa.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Mesh/yamakawa.cpp b/Mesh/yamakawa.cpp index 5dc99e5736..89985b40f7 100755 --- a/Mesh/yamakawa.cpp +++ b/Mesh/yamakawa.cpp @@ -960,6 +960,9 @@ void Recombinator::modify_surfaces(MVertex* a,MVertex* b,MVertex* c,MVertex* d){ std::multiset<Tuple>::iterator it1; std::multiset<Tuple>::iterator it2; + gf1 = NULL; + gf2 = NULL; + tuple1 = Tuple(a,b,c); tuple2 = Tuple(c,d,a); @@ -2583,6 +2586,9 @@ void Supplementary::modify_surfaces(MVertex* a,MVertex* b,MVertex* c,MVertex* d) std::multiset<Tuple>::iterator it1; std::multiset<Tuple>::iterator it2; + gf1 = NULL; + gf2 = NULL; + tuple1 = Tuple(a,b,c); tuple2 = Tuple(c,d,a); @@ -3991,6 +3997,9 @@ void PostOp::modify_surfaces(MVertex* a,MVertex* b,MVertex* c,MVertex* d){ std::multiset<Tuple>::iterator it1; std::multiset<Tuple>::iterator it2; + gf1 = NULL; + gf2 = NULL; + tuple1 = Tuple(a,b,c); tuple2 = Tuple(c,d,a); -- GitLab