Changeset 3679 in ntrip


Ignore:
Timestamp:
Feb 12, 2012, 11:20:01 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/rnxobsfile.cpp

    r3678 r3679  
    207207      cout.setf(ios::fixed);
    208208      cout << "prn: " << prn.toAscii().data() << " "
    209            << setprecision(3) << _currEpo.satObs[iSat][0] << endl;
     209           << setprecision(3) << _currEpo.satObs[iSat][0] << " "
     210           << setprecision(3) << _currEpo.satObs[iSat][5] << " "
     211           << setprecision(3) << _currEpo.satObs[iSat][6] << endl;
    210212    }
    211213
Note: See TracChangeset for help on using the changeset viewer.