Changeset 5827 in ntrip for trunk/BNC/src/PPP/pppObsPool.cpp


Ignore:
Timestamp:
Aug 6, 2014, 1:48:21 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppObsPool.cpp

    r5826 r5827  
    8585/////////////////////////////////////////////////////////////////////////////
    8686void t_pppObsPool::putBias(t_satBias* satBias) {
    87   int iPrn = satBias->prn().toInt();
     87  int iPrn = satBias->_prn.toInt();
    8888  delete _satBiases[iPrn];
    8989  _satBiases[iPrn] = satBias;
Note: See TracChangeset for help on using the changeset viewer.