/[PAMELA software]/YodaProfiler/inc/sgp4.h
ViewVC logotype

Diff of /YodaProfiler/inc/sgp4.h

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

revision 1.3 by mocchiut, Tue Jan 23 17:04:09 2007 UTC revision 1.5 by mocchiut, Wed Nov 14 19:40:04 2007 UTC
# Line 4  Line 4 
4  #ifndef sgp4_h  #ifndef sgp4_h
5  #define sgp4_h  #define sgp4_h
6    
7    #if !defined(__CINT__) || defined(__MAKECINT__)
8    
9  //#define WIN32_LEAN_AND_MEAN   // Exclude rarely-used stuff from Windows headers  //#define WIN32_LEAN_AND_MEAN   // Exclude rarely-used stuff from Windows headers
10  #include <stdio.h>  #include <stdio.h>
11  //#include <tchar.h>  //#include <tchar.h>
# Line 369  protected: Line 371  protected:
371     {     {
372        UNITS_NONE, // not initialized        UNITS_NONE, // not initialized
373        UNITS_AE,        UNITS_AE,
374        UNITS_KM,        UNITS_KM
375     };     };
376    
377     cVector  m_pos;     cVector  m_pos;
# Line 614  protected: Line 616  protected:
616  };  };
617    
618  #endif  #endif
619    #endif
620    

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

  ViewVC Help
Powered by ViewVC 1.1.23