Changeset 5216 in ntrip


Ignore:
Timestamp:
Jun 16, 2013, 11:20:21 AM (11 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncwindow.cpp

    r5214 r5216  
    27302730  enableStartStop();
    27312731
    2732   delete _postProcessing;
    27332732  _postProcessing = new t_postProcessing(this);
    27342733  connect(_postProcessing, SIGNAL(finished()), this, SLOT(slotFinishedPostProcessingPPP()));
     
    27572756void bncWindow::slotFinishedPostProcessingPPP() {
    27582757  _runningPostProcessingPPP = false;
     2758  _postProcessing           = 0;
    27592759  QMessageBox::information(this, "Information",
    27602760                           "Post-Processing Thread Finished");
  • trunk/BNC/src/map/bncmapwin.cpp

    r5214 r5216  
    158158  xyz2ell(xyz, ell);
    159159  gotoLocation(ell[0]*180.0/M_PI, ell[1]*180.0/M_PI);
    160   qDebug() << ell[0]*180.0/M_PI << ell[1]*180.0/M_PI;
    161160}
Note: See TracChangeset for help on using the changeset viewer.