- Timestamp:
- Sep 11, 2014, 7:09:51 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/reqcedit.cpp
r6130 r6131 229 229 char sys = obsFile->system(iSys); 230 230 if (sys != ' ') { 231 for (int iType = 0; iType < obsFile->nTypes(sys); iType++) { 232 QString type = obsFile->obsType(sys, iType); 233 QDebug() << ii << iSys << sys << type; 234 } 231 235 } 232 236 }
Note:
See TracChangeset
for help on using the changeset viewer.