Forgot
authorltracy
Thu, 02 Apr 2009 23:45:13 -0700
changeset 4312 97bfba5d3c12
parent 4311 36fd5c784056
child 4313 6dbd1950cc01
Forgot
src/devices/uan/uan-phy-gen.cc
--- a/src/devices/uan/uan-phy-gen.cc	Thu Apr 02 23:43:38 2009 -0700
+++ b/src/devices/uan/uan-phy-gen.cc	Thu Apr 02 23:45:13 2009 -0700
@@ -147,10 +147,10 @@
   double csp = pdp.SumTapsNc(Seconds(0), Seconds(ts));
   NS_LOG_DEBUG("Symbol duration = " << ts << " Captured signal power: " << csp);
   UanPdp::Iterator tmpIt = pdp.GetBegin();
-  for(;tmpIt != pdp.GetEnd();tmpIt++)
-    {
-      NS_LOG_DEBUG("Delay = " << tmpIt->GetDelay().GetSeconds() << " amp = " << tmpIt->GetAmp());
-    }
+//  for(;tmpIt != pdp.GetEnd();tmpIt++)
+//    {
+//      NS_LOG_DEBUG("Delay = " << tmpIt->GetDelay().GetSeconds() << " amp = " << tmpIt->GetAmp());
+//    }
 
   double effRxPowerDb = rxPowerDb + KpToDb(csp);