Ignore:
Timestamp:
Aug 27, 2020, 11:20:36 AM (4 years ago)
Author:
stuerze
Message:

small bug fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP_SSR_I/pppFilter.cpp

    r8901 r9041  
    339339  xRec(3) = z();
    340340
    341   xRec += _tides->displacement(_time, xRec);
     341  xRec += _tides->earth(_time, xRec);
    342342
    343343  satData->rho = (satData->xx - xRec).NormFrobenius();
Note: See TracChangeset for help on using the changeset viewer.