Changeset 7996 in ntrip for trunk/BNC/src/PPP/pppClient.cpp


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

reading of ocean loading files is added

File:
1 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}
Note: See TracChangeset for help on using the changeset viewer.