From 2bd293a8605d995e2371f41918626d6117b22884 Mon Sep 17 00:00:00 2001
From: Tristan Carrier Baudouin <tristan.carrier@uclouvain.be>
Date: Mon, 25 Mar 2013 15:42:30 +0000
Subject: [PATCH] repair

---
 Mesh/meshGFaceOptimize.h | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/Mesh/meshGFaceOptimize.h b/Mesh/meshGFaceOptimize.h
index db13b457e0..cc70390fe6 100644
--- a/Mesh/meshGFaceOptimize.h
+++ b/Mesh/meshGFaceOptimize.h
@@ -118,23 +118,6 @@ struct swapquad{
     std::sort(v, v + 4);
   }
 };
-
-class Temporary{
-  private :
-        static double w1,w2,w3;
-        static std::vector<SVector3> gradients;
-        void read_data(std::string);
-        static SVector3 compute_normal(MElement*);
-        static SVector3 compute_other_vector(MElement*);
-        static SVector3 compute_gradient(MElement*);
-  public :
-        Temporary();
-        ~Temporary();
-        void quadrilaterize(std::string,double,double,double);
-        static double compute_total_cost(double,double);
-        static void select_weights(double,double,double);
-        static double compute_alignment(const MEdge&,MElement*,MElement*);
-};
       
 struct RecombineTriangle
 {
-- 
GitLab