- Timestamp:
- Feb 8, 2011, 6:53:37 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/combination/bnccomb.cpp
r2991 r2992 73 73 74 74 if (type == AC_offset) { 75 outStr = "AC offset 75 outStr = "AC offset " + AC; 76 76 } 77 77 else if (type == Sat_offset) { 78 outStr = "Sat Offset " + prn;78 outStr = "Sat Offset " + AC + " " + prn; 79 79 } 80 80 else if (type == clk) { 81 outStr = "Clk Corr 81 outStr = "Clk Corr " + prn; 82 82 } 83 83
Note:
See TracChangeset
for help on using the changeset viewer.