Changeset 4932 in ntrip for trunk


Ignore:
Timestamp:
Feb 21, 2013, 8:03:54 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncpppclient.cpp

    r4930 r4932  
    353353
    354354  double dtRao = tt - cc->tRao;
    355 //  ColumnVector raoHlp = cc->rao + cc->dotRao * dtRao
    356 //                      + 0.5 * cc->dotDotRao * dtRao * dtRao;
    357 
    358   ColumnVector raoHlp = cc->rao;
     355  ColumnVector raoHlp = cc->rao + cc->dotRao * dtRao
     356                      + 0.5 * cc->dotDotRao * dtRao * dtRao;
    359357
    360358  if (raoHlp.norm_Frobenius() > 20.0) {
Note: See TracChangeset for help on using the changeset viewer.