Changeset 2992 in ntrip


Ignore:
Timestamp:
Feb 8, 2011, 6:53:37 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r2991 r2992  
    7373 
    7474  if      (type == AC_offset) {
    75     outStr = "AC offset  " + AC;
     75    outStr = "AC offset " + AC;
    7676  }
    7777  else if (type == Sat_offset) {
    78     outStr = "Sat Offset " + prn;
     78    outStr = "Sat Offset " + AC + " " + prn;
    7979  }
    8080  else if (type == clk) {
    81     outStr = "Clk Corr   " + prn;
     81    outStr = "Clk Corr " + prn;
    8282  }
    8383
Note: See TracChangeset for help on using the changeset viewer.