Searched refs:slopDelta (Results 1 – 1 of 1) sorted by relevance
1110 double slopDelta = SLOP_DELTA_MIN; in CombinateContinuousEvents() local1141 if (((slope1 * slope2) > 0) && (std::abs(slope2 - slope1) < slopDelta)) { in CombinateContinuousEvents()