mirror of https://github.com/CGAL/cgal
Produce a smaller output to allow the VC++ testsuite with ITERATOR_DEBUGGING to finish
This commit is contained in:
parent
725601bea8
commit
35b9a87d7a
|
|
@ -106,7 +106,7 @@ int main(int argc, char * argv[])
|
||||||
const double sharpness_sigma = 25; //control sharpness of the result.
|
const double sharpness_sigma = 25; //control sharpness of the result.
|
||||||
const double edge_sensitivity = 0; // more points will up-sample on edge.
|
const double edge_sensitivity = 0; // more points will up-sample on edge.
|
||||||
const double neighbor_radius = 0.2; // initial neighbors size.
|
const double neighbor_radius = 0.2; // initial neighbors size.
|
||||||
const unsigned int times_of_output_points = 40;
|
const unsigned int times_of_output_points = 4;
|
||||||
|
|
||||||
// Accumulated errors
|
// Accumulated errors
|
||||||
int accumulated_fatal_err = EXIT_SUCCESS;
|
int accumulated_fatal_err = EXIT_SUCCESS;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue