Changeset 3843 in ntrip for trunk/BNC/rinex/bncpostprocess.cpp
- Timestamp:
- Apr 12, 2012, 1:53:38 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/rinex/bncpostprocess.cpp
r3782 r3843 110 110 } 111 111 else { 112 _rnxObsFile = new t_rnxObsFile(_opt->obsFileName );112 _rnxObsFile = new t_rnxObsFile(_opt->obsFileName, t_rnxObsFile::input); 113 113 _rnxNavFile = new t_rnxNavFile(_opt->navFileName); 114 114 _pppClient = new bncPPPclient("POST", _opt, false);
Note:
See TracChangeset
for help on using the changeset viewer.