/[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.3 by pam-fi, Wed Aug 5 18:48:44 2009 UTC
# Line 2  Line 2 
2  // globals.cpp  // globals.cpp
3  //  //
4  #include <sgp4.h>  #include <sgp4.h>
5    #include <cstring>
6    
7  //////////////////////////////////////////////////////////////////////////////  //////////////////////////////////////////////////////////////////////////////
8  double sqr(const double x)  double sqr(const double x)
# Line 230  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.5));    assert((day >= 0.0) && (day <= 366.7)); // 366.5
235    
236    // Now calculate Julian date    // Now calculate Julian date
237    

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

  ViewVC Help
Powered by ViewVC 1.1.23