Opened 8 years ago
Last modified 6 years ago
#10206 new Bugs
graph/kamada_kawai: remove calculation of unused debug variable E
Reported by: | Owned by: | Jeremiah Willcock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | graph |
Version: | Boost 1.55.0 | Severity: | Optimization |
Keywords: | Cc: |
Description
The debugging output, which was removed in <https://svn.boost.org/trac/boost/ticket/6239>, printed the variable E.
The calculation of of this variable E remained in the code. The attached patch removes this.
Attachments (1)
Change History (2)
by , 8 years ago
Attachment: | remove-computation-of-debug-only-variable.patch added |
---|
comment:1 by , 6 years ago
Note:
See TracTickets
for help on using tickets.
This has not been applied yet: https://github.com/boostorg/graph/blob/develop/include/boost/graph/kamada_kawai_spring_layout.hpp#L267
You might have more luck with a github pull request. (I am not a boost maintainer)