Changeset 7866 in ntrip for trunk/BNC/src


Ignore:
Timestamp:
Apr 13, 2016, 4:30:23 PM (8 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppClient.cpp

    r7814 r7866  
    7575  delete _obsPool;
    7676  delete _staRover;
    77   delete _antex;
     77  if (_antex) {
     78    delete _antex;
     79  }
    7880  delete _filter;
    7981  delete _tides;
     
    273275
    274276  if (OPT->useSystem('R')) {
    275 
    276277    while (obsVector.size() > 0) {
    277278      offGG = 0.0;
     
    315316    }
    316317  }
    317 
    318318  return offGG;
    319319}
Note: See TracChangeset for help on using the changeset viewer.