Changeset 3999 in ntrip for trunk/BNC/rinex/bncpostprocess.cpp


Ignore:
Timestamp:
Apr 22, 2012, 11:14:15 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/rinex/bncpostprocess.cpp

    r3973 r3999  
    111111  else {
    112112    _rnxObsFile = new t_rnxObsFile(_opt->obsFileName, t_rnxObsFile::input);
    113     _rnxNavFile = new t_rnxNavFile(_opt->navFileName);
     113    _rnxNavFile = new t_rnxNavFile(_opt->navFileName, t_rnxNavFile::input);
    114114    _pppClient  = new bncPPPclient("POST", _opt, false);
    115115
Note: See TracChangeset for help on using the changeset viewer.