Changeset 3016 in ntrip


Ignore:
Timestamp:
Feb 22, 2011, 8:16:21 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r3015 r3016  
    360360
    361361  newCorr->iod = lastEph->IOD();
    362   newCorr->rao    += dRAO;
    363   newCorr->dotRao += dDotRAO;
    364   newCorr->dClk   += dC;
     362  newCorr->rao    -= dRAO;
     363  newCorr->dotRao -= dDotRAO;
     364  newCorr->dClk   -= dC;
    365365
    366366  QString msg = "switch " + newCorr->prn
Note: See TracChangeset for help on using the changeset viewer.