diff --git a/Mesh/BackgroundMesh.cpp b/Mesh/BackgroundMesh.cpp index 1a5403fe7d33b6cd77d4e67e4e4a9ad8fe4d56c8..c1767f337a0e1aa05a50efd0cf42a1a213fa2a20 100644 --- a/Mesh/BackgroundMesh.cpp +++ b/Mesh/BackgroundMesh.cpp @@ -1,4 +1,4 @@ -// $Id: BackgroundMesh.cpp,v 1.52 2008-04-18 16:40:29 geuzaine Exp $ +// $Id: BackgroundMesh.cpp,v 1.53 2008-04-23 10:42:51 remacle Exp $ // // Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle // @@ -102,9 +102,9 @@ static double LC_MVertex_CURV(GEntity *ge, double U, double V) case 1: { GEdge *ged = (GEdge *)ge; - Crv = ged->curvature(U); - Crv = std::max(Crv, max_surf_curvature(ged, U)); - //Crv = max_surf_curvature(ged, U); + //Crv = ged->curvature(U); + //Crv = std::max(Crv, max_surf_curvature(ged, U)); + Crv = max_surf_curvature(ged, U); } break; case 2: