Searched refs:years_of_observations (Results 1 – 1 of 1) sorted by relevance
2335 enum { years_of_observations = YEARSPERREPEAT + 2 }; in outzone() enumerator2337 if (min_year >= ZIC_MIN + years_of_observations) in outzone()2338 min_year -= years_of_observations; in outzone()2340 if (max_year <= ZIC_MAX - years_of_observations) in outzone()2341 max_year += years_of_observations; in outzone()2351 max_year = min_year + years_of_observations; in outzone()