[Ns-bugs] [Bug 627] Jakes Propagation Loss Model doesn't properly calculate signal loss
code@nsnam.ece.gatech.edu
code at nsnam.ece.gatech.edu
Wed Jul 8 20:47:05 PDT 2009
http://www.nsnam.org/bugzilla/show_bug.cgi?id=627
Tom Henderson <tomh at tomh.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ns-bugs at isi.edu,
| |tomh at tomh.org
AssignedTo|ns-bugs at isi.edu |mathieu.lacage at sophia.inria.
| |fr
--- Comment #2 from Tom Henderson <tomh at tomh.org> 2009-07-08 23:47:05 EDT ---
The problem is that attributes are assigned after the constructor finishes, and
values are not available when DoConstruct() is called.
Another possible solution is to schedule DoConstruct to occur at
Simulator::Now() time, or to call DoConstruct from a setter function that sets
the attribute m_nOscillators.
Assigning to Mathieu...
--
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the Ns-bugs
mailing list