mirror of https://github.com/CGAL/cgal
This test was too slow in Debug mode
This commit is contained in:
parent
64d9501cde
commit
4a87c7ab22
|
|
@ -101,7 +101,7 @@ int main(int argc, char * argv[])
|
|||
const double sharpness_sigma = 25; //control sharpness of the result.
|
||||
const double edge_senstivity = 0; // more points will up-sample on edge.
|
||||
const double neighbor_radius = 0.2; // initial neighbors size.
|
||||
const unsigned int times_of_output_points = 100;
|
||||
const unsigned int times_of_output_points = 5;
|
||||
|
||||
// Accumulated errors
|
||||
int accumulated_fatal_err = EXIT_SUCCESS;
|
||||
|
|
|
|||
Loading…
Reference in New Issue