Bugzilla – Full Text Bug Listing |
Summary: | Scalar(0.1) / Scalar(1.25) has no effect | ||
---|---|---|---|
Product: | ns-3 | Reporter: | Gustavo J. A. M. Carneiro <gjcarneiro> |
Component: | core | Assignee: | ns-bugs <ns-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | mathieu.lacage |
Priority: | P5 | ||
Version: | ns-3-dev | ||
Hardware: | All | ||
OS: | All | ||
Attachments: | unit test to demonstrate the bug |
changeset 607136a642c3 |
Created attachment 341 [details] unit test to demonstrate the bug In NS-3, Scalar(0.1) / Scalar(1.25) gives the result of Scalar(0.1) again. It should give 0.08 instead.