Hi Paula, I have been making some changes to this class for a while and am in the process of testing it before submission. I will make sure your correction is added before submission Thanks Leila On Tue, 2008-03-06 at 16:16 +0200, Paula Rudenick wrote: > Hi all, > > I have found that the denominator of the L function implemented in the > method L_Func(double r, double d, double phi) of the file > itkDeformableSimplexMesh3DFilter.txx in itk 3.6.0 does not correspond > with the mentioned in the paper of Delingette. > Instead of implementing the denominator as: > > double denom = eps * (sqrt(tmpSqr) + r); > > it should be: > > double denom = eps * sqrt (tmpSqr) + r; > > Regards, > > Paula > _______________________________________________ > Insight-users mailing list > Insight-users@itk.org > http://www.itk.org/mailman/listinfo/insight-users