Changeset 3842 in ntrip
- Timestamp:
- Apr 12, 2012, 12:24:56 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/rinex/teqcedit.cpp
r3841 r3842 63 63 void t_teqcEdit::run() { 64 64 65 cout << "t_teqcEdit::run" << endl;66 65 // Initialize Input Observation Files, Sort them according to start time 66 // --------------------------------------------------------------------- 67 67 QStringListIterator it(_obsFileNames); 68 68 while (it.hasNext()) { 69 69 QString fileName = it.next(); 70 cout << "file " << fileName.toAscii().data() << endl;71 70 t_rnxObsFile* rnxObsFile = new t_rnxObsFile(fileName); 72 71 _rnxObsFiles.append(rnxObsFile);
Note:
See TracChangeset
for help on using the changeset viewer.