Changeset 7625 in ntrip for trunk/BNC/src/pppModel.h


Ignore:
Timestamp:
Dec 9, 2015, 5:23:34 PM (8 years ago)
Author:
stuerze
Message:

some value initialization in constructor is added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/pppModel.h

    r7246 r7625  
    3333  t_tides() {
    3434    _lastMjd = 0.0;
     35    _rSun    = 0.0;
     36    _rMoon   = 0.0;
    3537  }
    3638  ~t_tides() {}
     
    5658
    5759class t_tropo {
    58  public: 
     60 public:
    5961  static double delay_saast(const ColumnVector& xyz, double Ele);
    6062};
Note: See TracChangeset for help on using the changeset viewer.