mirror of https://github.com/CGAL/cgal
rename file
This commit is contained in:
parent
56c6a7946f
commit
9b4d98b083
|
|
@ -26,7 +26,7 @@ int main(int argc, char* argv[])
|
|||
|
||||
vertex_descriptor source = *(vertices(sm).first);
|
||||
|
||||
CGAL::Heat_method_3::estimate_geodesic_distances(sm, vertex_distance,source) ;
|
||||
CGAL::Heat_method_3::estimate_geodesic_distances(sm, vertex_distance, source) ;
|
||||
|
||||
std::cout << "Source vertex " << source << " at: " << sm.point(source) << std::endl;
|
||||
BOOST_FOREACH(vertex_descriptor vd , vertices(sm)){
|
||||
|
|
|
|||
|
|
@ -53,4 +53,4 @@ include( CGAL_CreateSingleSourceCGALProgram )
|
|||
|
||||
create_single_source_cgal_program( "heat_method_concept.cpp" )
|
||||
create_single_source_cgal_program( "heat_method_surface_mesh_test.cpp" )
|
||||
create_single_source_cgal_program( "heat_method_intrinsic_surface_mesh_test.cpp" )
|
||||
create_single_source_cgal_program( "heat_method_surface_mesh_intrinsic_test.cpp" )
|
||||
|
|
|
|||
Loading…
Reference in New Issue