fix build for gcc 3.4.6

This commit is contained in:
Mathieu Lacage
2009-09-28 09:57:03 +02:00
parent 9d5b7aa3db
commit 725e77c03f

View File

@@ -261,7 +261,7 @@ Experiment::SelectSrcDest (NodeContainer c)
for (uint32_t i=0; i < totalNodes/3; i++)
{
ApplicationSetup (c.Get(uvSrc.GetValue()), c.Get(uvDest.GetValue()) , 1, totalTime);
ApplicationSetup (c.Get(uvSrc.RandomVariable::GetInteger()), c.Get(uvDest.RandomVariable::GetInteger()) , 1, totalTime);
}
}