Index: /trunk/BNC/src/PPP_free/pppFilter.cpp
===================================================================
--- /trunk/BNC/src/PPP_free/pppFilter.cpp	(revision 6406)
+++ /trunk/BNC/src/PPP_free/pppFilter.cpp	(revision 6407)
@@ -253,5 +253,5 @@
   Tracer tracer("t_pppFilter::cmpBancroft");
 
-  if (epoData->sizeSys('G') < OPT->_minObs) {
+  if (int(epoData->sizeSys('G')) < OPT->_minObs) {
     LOG << "t_pppFilter::cmpBancroft: not enough data\n";
     return failure;
@@ -338,5 +338,6 @@
   if (_antex) { 
     bool found;
-    phaseCenter = _antex->pco(QString(OPT->_antNameRover.c_str()), satData->eleSat, found);
+    phaseCenter = _antex->rcvCorr(OPT->_antNameRover, t_frequency::G1, 
+                                  satData->eleSat, satData->azSat, found);
     if (!found) {
       LOG << "ANTEX: antenna >" << OPT->_antNameRover << "< not found\n";
