Home | History | Annotate | Download | only in test

Lines Matching full:max_dist

652     double max_dist = 0; double min_dist = 100;
658 if( dist > max_dist ) max_dist = dist;