]> granicus.if.org Git - graphviz/commit
make VPSC debugging code visible to the compiler
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 7 Nov 2020 21:18:21 +0000 (13:18 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 14 Nov 2020 02:33:45 +0000 (18:33 -0800)
commit6a85021f0d0b867ee118fcd8923b1042c0b72b97
tree5619b6760a278fe17aaf22c13744cf24775a3a7b
parentcc6b0bab4156b23ecd8a162b546ec04d281de636
make VPSC debugging code visible to the compiler

The compiler can still optimize this out, but this way we ensure it always stays
compilable and consistent with the surrounding code.
lib/vpsc/block.cpp
lib/vpsc/blocks.cpp
lib/vpsc/blocks.h
lib/vpsc/remove_rectangle_overlap.cpp
lib/vpsc/solve_VPSC.cpp