From 9dd80eaf7beeca10e69a5ca5222585e0b633d757 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Tue, 19 Oct 2010 21:58:13 -0700 Subject: [PATCH] fix optimized build --- examples/matrix-topology/matrix-topology.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/matrix-topology/matrix-topology.cc b/examples/matrix-topology/matrix-topology.cc index becc4f0a7..d79265106 100644 --- a/examples/matrix-topology/matrix-topology.cc +++ b/examples/matrix-topology/matrix-topology.cc @@ -169,8 +169,7 @@ int main (int argc, char *argv[]) } } 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 ();