Produce a smaller output to allow the VC++ testsuite with ITERATOR_DEBUGGING to finish

This commit is contained in:
Andreas Fabri 2016-02-02 16:21:45 +01:00
parent 725601bea8
commit 35b9a87d7a
1 changed files with 1 additions and 1 deletions

View File

@ -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;