Ignore:
Timestamp:
Sep 14, 2014, 11:13:25 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/combination/bnccomb.cpp

    r6159 r6160  
    547547      if (pp->type == cmbParam::clkSat) {
    548548        if (resCorr.find(pp->prn) != resCorr.end()) {
    549           resCorr[pp->prn]->_dClk = pp->xx / t_CST::c;
     549          resCorr[pp->prn]->_dClkResult = pp->xx / t_CST::c;
    550550        }
    551551      }
     
    669669      out << "Full Clock " << corr->_prn << " " << corr->_iod << " ";
    670670      out.setFieldWidth(14);
    671       out << (xc(4) + corr->_dClk) * t_CST::c << endl;
     671      out << (xc(4) + corr->_dClkResult) * t_CST::c << endl;
    672672      out.setFieldWidth(0);
    673673    }
     
    736736                 corr->_prn.toAscii().data(),
    737737                 corr->_iod,
    738                  corr->_dClk * t_CST::c,
     738                 corr->_dClkResult * t_CST::c,
    739739                 corr->_orbCorr._xr[0],
    740740                 corr->_orbCorr._xr[1],
     
    806806    }
    807807
    808     ll(iObs) = corr->_dClk * t_CST::c - DotProduct(AA.Row(iObs), x0);
     808    ll(iObs) = corr->_clkCorr._dClk * t_CST::c - DotProduct(AA.Row(iObs), x0);
    809809  }
    810810
     
    10011001            << corr->_acName << ' ' << corr->_prn;
    10021002        out.setFieldWidth(6);
    1003         out << " dClk = " << corr->_dClk * t_CST::c << " res = " << vv[ii] << endl;
     1003        out << " dClk = " << corr->_dClkResult * t_CST::c << " res = " << vv[ii] << endl;
    10041004        out.setFieldWidth(0);
    10051005      }
Note: See TracChangeset for help on using the changeset viewer.