Enable Log to file in Applications tab
authorJohn Abraham <john.abraham@gatech.edu>
Tue, 08 Nov 2011 15:04:44 -0500
changeset 63 57af027002b5
parent 62 612fb0dc0cb2
child 64 06594e46ff83
Enable Log to file in Applications tab
Applications/applicationstab.cpp
--- a/Applications/applicationstab.cpp	Thu Sep 22 14:42:44 2011 -0400
+++ b/Applications/applicationstab.cpp	Tue Nov 08 15:04:44 2011 -0500
@@ -832,7 +832,7 @@
 {
     if(pgrapher)
     pgrapher->AppendDataPoint(Simulator::Now().GetSeconds(),plotCounter);
-    plotCounter = 0;
+    //plotCounter = 0;
     pCounterLabel->setText(m_auxString +":" + m_traceName + ":" + QString::number(theCounter) );
     if(gLogToFile)
         AppendToFile(file,QString::number(Simulator::Now().GetSeconds()) +"\t" + QString::number(plotCounter) + "\n");