Changeset 922 in ntrip for trunk/BNS/bns.cpp


Ignore:
Timestamp:
May 18, 2008, 1:06:53 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bns.cpp

    r909 r922  
    313313  if (numSat > 0) {
    314314
     315    QStringList prns;
     316
    315317    for (int oldEph = 0; oldEph <= 1; oldEph++) {
    316318   
     
    334336          QTextStream in(line);
    335337          in >> prn;
     338          prns << prn;
    336339          if ( _ephList.contains(prn) ) {
    337340            in >> xx(1) >> xx(2) >> xx(3) >> xx(4); xx(4) *= 1e-6;
     
    342345        }
    343346        else {
     347          prn = prns[ii-1];
    344348          if ( _ephList.contains(prn) ) {
    345349            t_ephPair* pair = _ephList[prn];
Note: See TracChangeset for help on using the changeset viewer.