Skip to content

Make logsum function static

Alex Henrie requested to merge alex.henrie/graph-tool:logsum into master

This symbol shouldn't be exported because graph-tool only uses it in one file and no external program or library should be depending on graph-tool for a logsum function.

Merge request reports