]> granicus.if.org Git - graphviz/commit
remove function pointer argument to power_method
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 12 Jun 2021 04:24:23 +0000 (21:24 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 19 Jun 2021 17:16:47 +0000 (10:16 -0700)
commit40ca8873ed9e1a55dfad183d8bc0233edbc637bf
treefec0b89b5e6d5f9281e08aad62733bbb8976a972
parentea82a5d833d0a12e11a9cbcadc20b84e7905e67e
remove function pointer argument to power_method

This function is only ever called with matvec_sparse, so we can simplify it by
just calling this function directly. This is also a minor optimization.
cmd/gvmap/country_graph_coloring.c
cmd/gvmap/power.c
cmd/gvmap/power.h