From 9a5ff6186c5dcad1cc6f73f33ab61decaa9179d9 Mon Sep 17 00:00:00 2001
From: Tristan Carrier Baudouin <tristan.carrier@uclouvain.be>
Date: Tue, 27 Nov 2012 13:16:49 +0000
Subject: [PATCH] hexahedra

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

diff --git a/Mesh/directions3D.h b/Mesh/directions3D.h
index 2ba49e6ab1..c47b171dae 100644
--- a/Mesh/directions3D.h
+++ b/Mesh/directions3D.h
@@ -40,8 +40,8 @@ class Matrix{
 
 class Frame_field{
  private:
-  static std::map<MVertex*,Matrix> field;
-  static std::vector<std::pair<MVertex*,Matrix> > random;
+  static std::map<MVertex*,Matrix> temp;
+  static std::vector<std::pair<MVertex*,Matrix> > field;
   #if defined(HAVE_ANN)
   static ANNpointArray duplicate;
   static ANNkd_tree* kd_tree;
@@ -79,7 +79,7 @@ class Size_field{
 
 class Nearest_point{
  private:
-  static std::vector<SPoint3> random;
+  static std::vector<SPoint3> field;
   static std::vector<MElement*> vicinity;
   #if defined(HAVE_ANN)
   static ANNpointArray duplicate;
-- 
GitLab