Searched refs:laLat (Results 1 – 3 of 3) sorted by relevance
144 double laLat = 34 + 5d/60, laLong = 360 - (118 + 22d/60); in TestCoverage() local145 CalendarAstronomer myastro2 = new CalendarAstronomer(laLong, laLat); in TestCoverage()147 double eclLat = laLat * Math.PI / 360; in TestCoverage()
143 double laLat = 34 + 5d/60, laLong = 360 - (118 + 22d/60); in TestCoverage() local144 CalendarAstronomer myastro2 = new CalendarAstronomer(laLong, laLat); in TestCoverage()146 double eclLat = laLat * Math.PI / 360; in TestCoverage()
159 double laLat = 34 + 5./60, laLong = 360 - (118 + 22./60); in TestCoverage() local160 CalendarAstronomer *myastro2 = new CalendarAstronomer(laLong, laLat); in TestCoverage()162 double eclLat = laLat * CalendarAstronomer::PI / 360; in TestCoverage()