Changeset 7248 in ntrip for trunk/BNC/src/PPP/pppClient.h


Ignore:
Timestamp:
Aug 24, 2015, 3:45:15 PM (9 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppClient.h

    r7237 r7248  
    3838
    3939  std::ostringstream& log() {return *_log;}
    40   const t_pppOptions*    opt() const {return _opt;}
     40  const t_pppOptions* opt() const {return _opt;}
    4141
    4242  static void bancroft(const Matrix& BBpass, ColumnVector& pos);
     
    6868  t_pppOptions*             _opt;
    6969  t_tides*                  _tides;
    70   t_iono*                   _iono;
    7170};
    7271
Note: See TracChangeset for help on using the changeset viewer.