--- 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");