Searched refs:years_of_observations (Results 1 – 1 of 1) sorted by relevance
2327 enum { years_of_observations = YEARSPERREPEAT + 2 }; in outzone() enumerator2329 if (min_year >= ZIC_MIN + years_of_observations) in outzone()2330 min_year -= years_of_observations; in outzone()2332 if (max_year <= ZIC_MAX - years_of_observations) in outzone()2333 max_year += years_of_observations; in outzone()2343 max_year = min_year + years_of_observations; in outzone()