Changeset 7996 in ntrip for trunk/BNC/src/PPP


Ignore:
Timestamp:
Aug 4, 2016, 9:51:01 AM (8 years ago)
Author:
stuerze
Message:

reading of ocean loading files is added

Location:
trunk/BNC/src/PPP
Files:
2 edited

Legend:

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

    r7972 r7996  
    6363    _antex = 0;
    6464  }
    65 /*
     65
    6666  if (!_opt->_blqFileName.empty()) {
    6767    _loading = new t_loading(_opt->_blqFileName.c_str());
     
    7070    _loading = 0;
    7171  }
    72 */
     72
    7373  CLIENTS.setLocalData(this);  // CLIENTS takes ownership over "this"
    7474}
     
    8787  delete _filter;
    8888  delete _tides;
    89   /*
    9089  if (_loading) {
    9190    delete _loading;
    9291  }
    93   */
    9492  clearObs();
    9593}
  • trunk/BNC/src/PPP/pppClient.h

    r7972 r7996  
    7171  t_pppOptions*             _opt;
    7272  t_tides*                  _tides;
    73 //  t_loading*                _loading;
     73  t_loading*                _loading;
    7474};
    7575
Note: See TracChangeset for help on using the changeset viewer.