From b4a84f154369a8b2677be3990ac116f92f07601d Mon Sep 17 00:00:00 2001
From: Tristan Carrier Baudouin <tristan.carrier@uclouvain.be>
Date: Tue, 15 May 2012 10:49:02 +0000
Subject: [PATCH] mesh size interpolation instead of density interpolation

---
 Mesh/meshGFaceLloyd.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Mesh/meshGFaceLloyd.cpp b/Mesh/meshGFaceLloyd.cpp
index c7f7c6ebea..d31f9f321e 100644
--- a/Mesh/meshGFaceLloyd.cpp
+++ b/Mesh/meshGFaceLloyd.cpp
@@ -1244,7 +1244,6 @@ void lpcvt::print_segment(SPoint2 p1,SPoint2 p2,std::ofstream& file){
 
 void lpcvt::compute_parameters(GFace* gf,int p){
   double h1,h2,h3;
-  double rho1,rho2,rho3;
   double k;
   double ratio;
   double angle;
-- 
GitLab