Changeset 3449 in ntrip for trunk/BNC


Ignore:
Timestamp:
Sep 22, 2011, 5:05:21 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r3448 r3449  
    3636const double sigP_offACSat =    0.0;
    3737const double sig0_clkSat   =  100.0;
    38 const double sigP_clkSat   =  100.0;
    3938
    4039const int MAXPRN_GPS = 32;
     
    6463  }
    6564  else if (type == clkSat) {
    66     epoSpec = false;
     65    epoSpec = true;
    6766    sig0    = sig0_clkSat;
    68     sigP    = sigP_clkSat;
     67    sigP    = sig0;
    6968  }
    7069}
Note: See TracChangeset for help on using the changeset viewer.