Changeset 6354 in ntrip for trunk/BNC/src/orbComp
- Timestamp:
- Nov 26, 2014, 7:25:36 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/orbComp/sp3Comp.cpp
r6353 r6354 227 227 if (epochOK) { 228 228 epochs.push_back(epo); 229 cout << "OK: " << string(epo->_tt) << endl;230 229 } 231 230 else { … … 236 235 } 237 236 } 238 239 cout << "NUMEPO: " << epochs.size() << endl;240 237 241 238 // Transform xyz into radial, along-track, and out-of-plane
Note:
See TracChangeset
for help on using the changeset viewer.