]> granicus.if.org Git - graphviz/commit
BinaryHeap_realloc: rephrase division by 5 code
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 6 Sep 2021 22:39:12 +0000 (15:39 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 8 Sep 2021 23:59:18 +0000 (16:59 -0700)
commit75674ad2fcbc08abc5c70a260c0c7fabad806514
tree2ca5e27134a3b78e5655a5cbf561664fd4648dac
parent6664c5f094ebf54465329b76aa56171601aef715
BinaryHeap_realloc: rephrase division by 5 code

This makes the intent of this code clearer as well as squashing a
-Wfloat-conversion compiler warning.
lib/sparse/BinaryHeap.c