Changeset 9031 in ntrip


Ignore:
Timestamp:
Aug 26, 2020, 12:17:04 PM (4 years ago)
Author:
stuerze
Message:

debug output for ssr is switched off

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM3/clock_and_orbit/clock_orbit_igs.cpp

    r9030 r9031  
    387387  for (s = CLOCKORBIT_SATNUM; s-- > 0;) {
    388388    if (igstype >= corbase[s]) {
    389       unsigned int corrOffset = igstype - corbase[s]; fprintf(stderr, "corrOffset:  %d ",corrOffset);
     389      unsigned int corrOffset = igstype - corbase[s];
    390390      if (corrOffset == COBOFS_ORBIT) {
    391391          if (!co)
     
    472472          }
    473473      }
    474       else if (corrOffset == COBOFS_COMBINED) {fprintf(stderr, "Combined\n");
     474      else if (corrOffset == COBOFS_COMBINED) {
    475475          if (!co)
    476476            return GCOBR_NOCLOCKORBITPARAMETER;
     
    592592          }
    593593      }
    594       else if (corrOffset == COBOFS_CBIAS) {fprintf(stderr, "Cbias\n");
     594      else if (corrOffset == COBOFS_CBIAS) {
    595595          if (!b)
    596596            return GCOBR_NOCODEBIASPARAMETER;
     
    637637          }
    638638      }
    639       else if (corrOffset == COBOFS_PBIAS) { fprintf(stderr, "Pbias\n");
     639      else if (corrOffset == COBOFS_PBIAS) {
    640640            if (!pb)
    641641              return GCOBR_NOPHASEBIASPARAMETER;
Note: See TracChangeset for help on using the changeset viewer.