[Ns-bugs] [Bug 1313] Stddev (average.h) returning NaN
code@nsnam.ece.gatech.edu
code at nsnam.ece.gatech.edu
Tue Mar 20 11:27:21 PDT 2012
https://www.nsnam.org/bugzilla/show_bug.cgi?id=1313
--- Comment #3 from Tommaso Pecorella <tommaso.pecorella at unifi.it> 2012-03-20 14:27:19 EDT ---
Considering that in tools module there is:
module = bld.create_ns3_module('tools', ['network'])
and in stats module there is:
obj = bld.create_ns3_module('stats', ['network'])
there is no apparent dependency. However there is.
Shouldn't the tools one be:
module = bld.create_ns3_module('tools', ['network', 'stats']) ?
Cheers,
T.
--
Configure bugmail: https://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the Ns-bugs
mailing list