/[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.1 by mocchiut, Tue Sep 23 07:20:33 2008 UTC revision 1.2 by mocchiut, Mon Jan 12 20:50:43 2009 UTC
# Line 230  void cJulian::Initialize(int year, doubl Line 230  void cJulian::Initialize(int year, doubl
230    // 1582 A.D.: 10 days removed from calendar    // 1582 A.D.: 10 days removed from calendar
231    // 3000 A.D.: Arbitrary error checking limit    // 3000 A.D.: Arbitrary error checking limit
232    assert((year > 1582) && (year < 3000));    assert((year > 1582) && (year < 3000));
233    assert((day >= 0.0) && (day <= 366.5));    assert((day >= 0.0) && (day <= 366.7)); // 366.5
234    
235    // Now calculate Julian date    // Now calculate Julian date
236    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.23