- Timestamp:
- Apr 13, 2011, 3:28:09 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/combination/bnccomb.cpp
r3274 r3275 349 349 350 350 out << "Combination:" << endl 351 << "------------------------------" << endl 352 << "Processed Epochs: " << endl; 351 << "------------------------------" << endl; 353 352 354 353 // Predict Parameters Values, Add White Noise … … 383 382 cmbEpoch* epo = itEpo.next(); 384 383 bncTime epoTime = epo->time; 385 out << epoTime.datestr().c_str() << " " << epoTime.timestr().c_str() << endl; 384 out << epo->acName.toAscii().data() << " " 385 << epoTime.datestr().c_str() << " " 386 << epoTime.timestr().c_str() << endl; 386 387 387 388 QMutableMapIterator<QString, t_corr*> itCorr(epo->corr);
Note:
See TracChangeset
for help on using the changeset viewer.