Changeset 8619 in ntrip for trunk/BNC/src/PPP/pppSatObs.h


Ignore:
Timestamp:
Feb 28, 2019, 2:49:35 PM (5 years ago)
Author:
stuerze
Message:

special ssr wind up computation is added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppSatObs.h

    r7836 r8619  
    9090      _tide    = 0.0;
    9191      _windUp  = 0.0;
     92      _rel    = 0.0;
    9293      for (unsigned ii = 0; ii < t_frequency::max; ii++) {
    9394        _antPCO[ii]        = 0.0;
     
    108109    double _tide;
    109110    double _windUp;
     111    double _rel;
    110112    double _antPCO[t_frequency::max];
    111113    double _codeBias[t_frequency::max];
Note: See TracChangeset for help on using the changeset viewer.