/[PAMELA software]/chewbacca/YodaProfiler/src/sgp4.cpp
ViewVC logotype

Diff of /chewbacca/YodaProfiler/src/sgp4.cpp

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

revision 1.5 by mocchiut, Wed Mar 6 10:12:37 2013 UTC revision 1.7 by mayorov, Fri Sep 7 08:21:36 2018 UTC
# Line 231  void cJulian::Initialize(int year, doubl Line 231  void cJulian::Initialize(int year, doubl
231    // 1582 A.D.: 10 days removed from calendar    // 1582 A.D.: 10 days removed from calendar
232    // 3000 A.D.: Arbitrary error checking limit    // 3000 A.D.: Arbitrary error checking limit
233    assert((year > 1582) && (year < 3000));    assert((year > 1582) && (year < 3000));
234    assert((day >= 0.0) && (day <= 366.8)); // 366.5 // 366.7    assert((day >= 0.0) && (day <= 366.90)); // 366.5 // 366.7 // 366.81
235    
236    // Now calculate Julian date    // Now calculate Julian date
237    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.23