Changeset 2915 in ntrip


Ignore:
Timestamp:
Jan 27, 2011, 3:58:38 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/combination/bnccomb.cpp

    r2913 r2915  
    5858  }
    5959
    60   cout << staID.toAscii().data() << " " << line.toAscii().data() << endl;
     60  cout << staID.toAscii().data() << " " << newCorr->prn.toAscii().data() << " "
     61       << newCorr->tt.datestr() << " " << newCorr->tt.timestr() << " "
     62       << newCorr->iod << " " << newCorr->dClk << endl;
     63
     64  delete newCorr;
    6165}
    6266
Note: See TracChangeset for help on using the changeset viewer.