Bug 1376

Summary: Bug in uan-noise-model-default.cc
Product: ns-3 Reporter: Salva Climent <jocliba>
Component: uanAssignee: Andrea Sacco <andrea.sacco85>
Status: RESOLVED FIXED    
Severity: normal CC: ns-bugs
Priority: P5    
Version: ns-3.13   
Hardware: All   
OS: All   

Description Salva Climent 2012-02-23 04:06:33 UTC
Line 70:

win = pow (10.0, m_wind * 0.1);

should be:

win = pow (10.0, wind * 0.1);

According to: Modeling the underwater acoustic channel in ns2
Comment 1 Andrea Sacco 2012-02-23 11:21:23 UTC
Thank you Salva for the notification, I've fixed the bug and changed the names of the variables to make them more appropriate.

changeset 7737 0f35472c9d4d