/[zanavi_public1]/navit/navit/android/src/com/luckycatlabs/sunrisesunset/Zenith.java
ZANavi

Diff of /navit/navit/android/src/com/luckycatlabs/sunrisesunset/Zenith.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 30 Revision 31
33 CIVIL(BigDecimal.valueOf(96)), 33 CIVIL(BigDecimal.valueOf(96)),
34 34
35 /** Official sunrise/set is when the sun is 50' below the horizon. */ 35 /** Official sunrise/set is when the sun is 50' below the horizon. */
36 OFFICIAL(BigDecimal.valueOf(90.8333)); // 90deg, 50' 36 OFFICIAL(BigDecimal.valueOf(90.8333)); // 90deg, 50'
37 37
38 private final BigDecimal degrees; 38 private final BigDecimal degrees;
39 39
40 private Zenith(BigDecimal degrees) 40 private Zenith(BigDecimal degrees)
41 { 41 {
42 this.degrees = degrees; 42 this.degrees = degrees;
43 } 43 }

Legend:
Removed from v.30  
changed lines
  Added in v.31

   
Visit the ZANavi Wiki