Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mpi: Fix minor comment error #24

Closed
wants to merge 1 commit into from
Closed

Conversation

ParthPratim
Copy link

@ParthPratim ParthPratim commented Oct 8, 2018

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.

@pdbj
Copy link
Contributor

pdbj commented Nov 5, 2018

Merged to upstream in r13838 (b21235f7)

Thanks for the contribution!

@ParthPratim
Copy link
Author

Thank you so much !

Vivek-anand-jain pushed a commit to Vivek-anand-jain/ns-3-dev-git that referenced this pull request Jul 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants