Skip to content

Commit

Permalink
Merge pull request CGAL#4680 from MaelRL/HM-Undocument_deleted_functi…
Browse files Browse the repository at this point in the history
…ons-GF

Heat Method: remove wrapper around deleted function
  • Loading branch information
sloriot authored Apr 29, 2020
2 parents 074084c + 487e315 commit c6df90f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -897,16 +897,6 @@ class Surface_mesh_geodesic_distances_3
base().clear_sources();
}

/**
* get estimated distance from the current source set to a vertex `vd`.
* \warning The return type is `double` even when used with an exact kernel.
*/
double
estimate_geodesic_distance(vertex_descriptor vd) const
{
return base().estimate_geodesic_distance(vd);
}

/**
* returns the source set.
*/
Expand All @@ -916,7 +906,6 @@ class Surface_mesh_geodesic_distances_3
return base().sources();
}


/**
* fills the distance property map with the estimated geodesic distance of each vertex to the closest source vertex.
* \tparam VertexDistanceMap a property map model of `WritablePropertyMap`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ class Intrinsic_Delaunay_triangulation_3
//then go back to top of the stack
}
}
std::cout<< a << " edges were flipped: " << std::endl;
}


Expand Down

0 comments on commit c6df90f

Please sign in to comment.