@@ -610,75 +582,17 @@ void meshMetric::computeMetricIsoLinInterp(MVertex *ver, SMetric3 &hessian, SMe
doubledist=fabs(signed_dist);
doublenorm=gr.normalize();
doubleh_dist=(signed_dist<_E&&signed_dist>_E_moins&&norm!=0.0)?hmin+((hmax-hmin)/_E)*dist:hmax;// the charcteristic element size in all directions - linear interp between hmin and hmax
doublelambda=1./h_dist/h_dist;
SMetric3H;
H(0,0)=H(1,1)=lambda;
H(2,2)=(_dim==3)?lambda:1.;
hessian=H;
size=lambda;
size=hmax;// the characteristic element size in all directions - linear interp between hmin and hmax