Changeset 2867 in ntrip


Ignore:
Timestamp:
Jan 23, 2011, 10:49:35 AM (13 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTCM/RTCM2Decoder.cpp

    r2711 r2867  
    437437    if ( new_obs ) {
    438438      _obsList.push_back(*new_obs);
    439     }
    440   }
    441 }
     439      delete new_obs;
     440    }
     441  }
     442}
  • trunk/BNC/bnccomb.cpp

    r2865 r2867  
    5959////////////////////////////////////////////////////////////////////////////
    6060void bncComb::processCorrLine(const QString& staID, const QString& line) {
    61   ///  cout << staID.toAscii().data() << " " << line.toAscii().data() << endl;
     61  cout << staID.toAscii().data() << " " << line.toAscii().data() << endl;
    6262}
    6363
Note: See TracChangeset for help on using the changeset viewer.