- Timestamp:
- Dec 22, 2014, 6:21:37 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP_free/pppFilter.cpp
r6166 r6407 253 253 Tracer tracer("t_pppFilter::cmpBancroft"); 254 254 255 if ( epoData->sizeSys('G') < OPT->_minObs) {255 if (int(epoData->sizeSys('G')) < OPT->_minObs) { 256 256 LOG << "t_pppFilter::cmpBancroft: not enough data\n"; 257 257 return failure; … … 338 338 if (_antex) { 339 339 bool found; 340 phaseCenter = _antex->pco(QString(OPT->_antNameRover.c_str()), satData->eleSat, found); 340 phaseCenter = _antex->rcvCorr(OPT->_antNameRover, t_frequency::G1, 341 satData->eleSat, satData->azSat, found); 341 342 if (!found) { 342 343 LOG << "ANTEX: antenna >" << OPT->_antNameRover << "< not found\n";
Note:
See TracChangeset
for help on using the changeset viewer.