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


Ignore:
Timestamp:
Apr 12, 2012, 1:53:38 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r3782 r3843  
    110110  }
    111111  else {
    112     _rnxObsFile = new t_rnxObsFile(_opt->obsFileName);
     112    _rnxObsFile = new t_rnxObsFile(_opt->obsFileName, t_rnxObsFile::input);
    113113    _rnxNavFile = new t_rnxNavFile(_opt->navFileName);
    114114    _pppClient  = new bncPPPclient("POST", _opt, false);
Note: See TracChangeset for help on using the changeset viewer.