From 3d0daac436d5552385374aa24539b6f5b33d537e Mon Sep 17 00:00:00 2001
From: Tristan Carrier Baudouin <tristan.carrier@uclouvain.be>
Date: Fri, 22 Feb 2013 09:13:10 +0000
Subject: [PATCH] hexahedra

---
 Mesh/directions3D.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Mesh/directions3D.h b/Mesh/directions3D.h
index 0f7a39ceca..888ceafcbb 100644
--- a/Mesh/directions3D.h
+++ b/Mesh/directions3D.h
@@ -4,7 +4,7 @@
 // bugs and problems to the public mailing list <gmsh@geuz.org>.
 //
 // Contributor(s):
-//   Tristan Carrier
+//   Tristan Carrier François Henrotte
 
 #ifndef _DIRECTION_3D_H_
 #define _DIRECTION_3D_H_
@@ -42,6 +42,7 @@ class Frame_field{
   static void init_region(GRegion*);
   static void init_face(GFace*);
   static bool translate(GFace*,MElementOctree*,MVertex*,SPoint2,SVector3&,SVector3&);
+  static bool improved_translate(GFace*,MVertex*,SVector3&,SVector3&);
   static Matrix search(double,double,double);
   static Matrix combine(double,double,double);
   static bool inside_domain(MElementOctree*,double,double);
-- 
GitLab