Changeset 3847 in ntrip
- Timestamp:
- Apr 12, 2012, 2:36:16 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/rinex/teqcedit.cpp
r3846 r3847 58 58 //////////////////////////////////////////////////////////////////////////// 59 59 t_teqcEdit::~t_teqcEdit() { 60 for (int ii = 0; ii < _rnxObsFiles.size(); ii++) { 61 delete _rnxObsFiles[ii]; 62 } 60 63 } 61 64 … … 64 67 void t_teqcEdit::run() { 65 68 66 // Initialize Input Observation Files, Sort them according to start time69 // Initialize input observation files, sort them according to start time 67 70 // --------------------------------------------------------------------- 68 71 QStringListIterator it(_obsFileNames);
Note:
See TracChangeset
for help on using the changeset viewer.