Ignore:
Timestamp:
Feb 13, 2018, 7:48:31 AM (6 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r8000 r8280  
    3939 public:
    4040  enum e_inpOut {input, output};
    41   static const double defaultRnxNavVersion2 = 2.11;
    42   static const double defaultRnxNavVersion3 = 3.03;
     41  static constexpr double defaultRnxNavVersion2 = 2.11;
     42  static constexpr double defaultRnxNavVersion3 = 3.03;
    4343
    4444 private:
     
    5252    QStringList _comments;
    5353  };
    54  
     54
    5555 public:
    5656  t_rnxNavFile(const QString& fileName, e_inpOut inpOut);
     
    6262  bool   glonass() const {return _header._glonass;}
    6363  QStringList comments() const {return _header._comments;}
    64   void   setGlonass(bool glo) {_header._glonass = glo;} 
     64  void   setGlonass(bool glo) {_header._glonass = glo;}
    6565  void   writeHeader(const QMap<QString, QString>* txtMap = 0);
    6666  void   writeEph(const t_eph* eph);
Note: See TracChangeset for help on using the changeset viewer.