Bugzilla – Bug 3001
MPI example may have an error in comment
Last modified: 2018-11-05 15:17:52 UTC
From ParthPratim's pull request here: https://github.com/nsnam/ns-3-dev-git/pull/24 quoting: The codes in line number 126 and 127 adds leaf nodes on the right (according to the explanation in the diagram in the top of the source code) with system id 1, defined in previous lines. But the comments written in line number 125 does not describe what the following lines actually do, as it states that leaf nodes were being added to the left which apparently were already been added in previous lines above. This commenting error could cause problems for new users with minimum to no understanding of ns-3 usage. Suitable changes have been made i.e. left was changed to right.
Created attachment 3194 [details] patch to fix
Merged in r13838 (b21235f7)