fix optimized build
authorTom Henderson <tomh@tomh.org>
Tue, 19 Oct 2010 21:58:13 -0700
changeset 6629 0586bc1a18ce
parent 6628 b6a64626353c
child 6630 b4d07d7badad
fix optimized build
examples/matrix-topology/matrix-topology.cc
--- a/examples/matrix-topology/matrix-topology.cc	Mon Oct 18 22:02:03 2010 -0700
+++ b/examples/matrix-topology/matrix-topology.cc	Tue Oct 19 21:58:13 2010 -0700
@@ -169,8 +169,7 @@
         }
     }
   NS_LOG_INFO ("Number of links in the adjacency matrix is: " << linkCount);
-  uint32_t nNodes = nodes.GetN ();
-  NS_LOG_INFO ("Number of all nodes is: " << nNodes);
+  NS_LOG_INFO ("Number of all nodes is: " << nodes.GetN ());
 
   NS_LOG_INFO ("Initialize Global Routing.");
   Ipv4GlobalRoutingHelper::PopulateRoutingTables ();