Ignore:
Timestamp:
Feb 23, 2018, 10:10:12 AM (6 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/rinex/rnxnavfile.h

    r8280 r8286  
    3535class t_eph;
    3636
     37#define defaultRnxNavVersion2 2.11
     38#define defaultRnxNavVersion3 3.03
     39
    3740class t_rnxNavFile {
    3841
    3942 public:
    4043  enum e_inpOut {input, output};
    41   static constexpr double defaultRnxNavVersion2 = 2.11;
    42   static constexpr double defaultRnxNavVersion3 = 3.03;
    43 
    4444 private:
    4545  class t_rnxNavHeader {
Note: See TracChangeset for help on using the changeset viewer.