Index: trunk/BNC/combination/bnccomb.cpp
===================================================================
--- trunk/BNC/combination/bnccomb.cpp	(revision 2914)
+++ trunk/BNC/combination/bnccomb.cpp	(revision 2915)
@@ -58,5 +58,9 @@
   }
 
-  cout << staID.toAscii().data() << " " << line.toAscii().data() << endl;
+  cout << staID.toAscii().data() << " " << newCorr->prn.toAscii().data() << " "
+       << newCorr->tt.datestr() << " " << newCorr->tt.timestr() << " "
+       << newCorr->iod << " " << newCorr->dClk << endl;
+
+  delete newCorr;
 }
 
