Changeset 3009 in ntrip for trunk/BNC/bncephuser.cpp


Ignore:
Timestamp:
Feb 22, 2011, 5:43:00 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncephuser.cpp

    r2914 r3009  
    9191    t_ephGPS* eLast = new t_ephGPS();
    9292    eLast->set(&gpseph);
    93     _eph.insert(prn, new t_ephPair());
    94     _eph[prn]->last = eLast;
     93    _eph.insert(prn, new t_ephPair(eLast));
    9594  }
    9695}
     
    119118    t_ephGlo* eLast = new t_ephGlo();
    120119    eLast->set(&gloeph);
    121     _eph.insert(prn, new t_ephPair());
    122     _eph[prn]->last = eLast;
     120    _eph.insert(prn, new t_ephPair(eLast));
    123121  }
    124122}
     
    145143    t_ephGal* eLast = new t_ephGal();
    146144    eLast->set(&galeph);
    147     _eph.insert(prn, new t_ephPair());
    148     _eph[prn]->last = eLast;
     145    _eph.insert(prn, new t_ephPair(eLast));
    149146  }
    150147}
Note: See TracChangeset for help on using the changeset viewer.