Typo: added 1e-2

This commit is contained in:
Laurent Rineau 2006-03-23 16:28:54 +00:00
parent 8472040e68
commit bf6fc29c4f
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ int main(int, char **) {
bounding_sphere_squared_radius);
// definition of the surface, with the 10^-2 as relative precision
Surface_3 surface(image, bounding_sphere);
Surface_3 surface(image, bounding_sphere, 1e-2);
// defining meshing criteria
CGAL::Surface_mesh_default_criteria_3<Tr> criteria(30.,