Modify data as to have an error with the default sphere

This commit is contained in:
Mael Rouxel-Labbé 2024-06-04 17:34:34 +02:00
parent de92d89071
commit c0f4018522
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ int main(int, char**)
points.emplace_back( 1, -2, 1);
points.emplace_back( 1, 1, 10);
Traits traits(Point_3(1,1,1)); // radius is 1 by default
Traits traits(Point_3(4,1,1)); // radius is 1 by default
DToS2 dtos(traits);
Traits::Construct_point_on_sphere_2 cst = traits.construct_point_on_sphere_2_object();