Changeset 4930 in ntrip for trunk/BNC/src/bncpppclient.cpp


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

Legend:

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

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