Changeset 2935 in ntrip


Ignore:
Timestamp:
Jan 29, 2011, 8:11:40 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r2934 r2935  
    405405      cmbParam* pp = _params[iPar-1];
    406406      pp->xx += dx(iPar);
     407      if (pp->type == cmbParam::clk) {
     408        resCorr[pp->prn]->dClk = pp->xx / t_CST::c;
     409      }
    407410    }
    408411 
    409     cout << "ll = " << ll.t();
    410     cout << "dx = " << dx.t();
    411412    cout << "vv = " << vv.t();
    412    
    413413  }
    414414
Note: See TracChangeset for help on using the changeset viewer.