Changeset 76 in ntrip


Ignore:
Timestamp:
Aug 27, 2006, 10:01:44 AM (18 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.cpp

    r75 r76  
    7474    iSat++;
    7575    Observation* ob = it.next();
    76     cout << " " << setw(2) << ob->SVPRN;
     76    cout << " " << setw(2) << int(ob->SVPRN);
    7777    if (iSat == 12 && it.hasNext()) {
    7878      cout << endl << "                                ";
Note: See TracChangeset for help on using the changeset viewer.