remove dynamic allocation capability of power_method for eigs
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 23 Jun 2021 01:13:42 +0000 (18:13 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 25 Jun 2021 14:39:33 +0000 (07:39 -0700)
commitc9b3ce7678cd65d2d408a5c6b5c1a0dff8e37813
treee0f570e6965d19d7facfbd34b24d9051e0443de2
parentbdaf1287d1d0a7e7e44d9fc6d7114fe63356e75c
remove dynamic allocation capability of power_method for eigs

The behavior to dynamically allocate memory for eigs was not documented (unlike
the parameter eigv). However, the only caller was not using this anyway. This
commit removes it to ease ongoing maintenance.
cmd/gvmap/country_graph_coloring.c
cmd/gvmap/power.c
cmd/gvmap/power.h