- Timestamp:
- Jul 23, 2015, 10:35:46 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP_SSR_I/pppFilter.cpp
r7142 r7143 933 933 str.setf(ios::fixed); 934 934 bool useObs; 935 936 935 QMapIterator<QString, t_satData*> it(satDataMap); 937 936 while (it.hasNext()) { … … 1052 1051 if (useObs) { 1053 1052 addObs(iPhase, iObs, satData, AA, ll, PP); 1053 } else { 1054 satData->obsIndex = 0; 1054 1055 } 1055 1056 }
Note:
See TracChangeset
for help on using the changeset viewer.