Changeset 3377 in ntrip


Ignore:
Timestamp:
Aug 28, 2011, 4:11:38 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpppclient.h

    r3376 r3377  
    8181    while (itGal.hasNext()) {
    8282      itGal.next();
    83       satDataGPS[itGal.key()] = new t_satData(*itGal.value());
     83      satDataGal[itGal.key()] = new t_satData(*itGal.value());
    8484    }
    8585  }
Note: See TracChangeset for help on using the changeset viewer.