From 35074cd4ecf455f5fdbac47c9bc33a7b2ccfd56f Mon Sep 17 00:00:00 2001
From: Tristan Carrier Baudouin <tristan.carrier@uclouvain.be>
Date: Wed, 21 Nov 2012 15:58:18 +0000
Subject: [PATCH] hexahedra

---
 Mesh/simple3D.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Mesh/simple3D.h b/Mesh/simple3D.h
index 2acb910edd..db3a315806 100644
--- a/Mesh/simple3D.h
+++ b/Mesh/simple3D.h
@@ -23,7 +23,7 @@ class Filler{
   bool inside_domain(MElementOctree*,double,double,double);
   bool far_from_boundary(MElementOctree*,Node*);
   void compute_parameters(Node*,GEntity*);
-  void offsprings(GEntity*,MElementOctree*,Node*,Node*,Node*,Node*,Node*,Node*,Node*);
+  void create_spawns(GEntity*,MElementOctree*,Node*,std::vector<Node*>&);
   double improvement(GEntity*,MElementOctree*,SPoint3,double,SVector3);
   void print_segment(SPoint3,SPoint3,std::ofstream&);
   void print_node(Node*,std::ofstream&);
-- 
GitLab