Changeset 3847 in ntrip


Ignore:
Timestamp:
Apr 12, 2012, 2:36:16 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/rinex/teqcedit.cpp

    r3846 r3847  
    5858////////////////////////////////////////////////////////////////////////////
    5959t_teqcEdit::~t_teqcEdit() {
     60  for (int ii = 0; ii < _rnxObsFiles.size(); ii++) {
     61    delete _rnxObsFiles[ii];
     62  }
    6063}
    6164
     
    6467void t_teqcEdit::run() {
    6568
    66   // Initialize Input Observation Files, Sort them according to start time
     69  // Initialize input observation files, sort them according to start time
    6770  // ---------------------------------------------------------------------
    6871  QStringListIterator it(_obsFileNames);
Note: See TracChangeset for help on using the changeset viewer.