From 93d81a79d0012fd3e13bc0e54be06be8d858afba Mon Sep 17 00:00:00 2001 From: James Willis <james.s.willis@durham.ac.uk> Date: Fri, 13 Apr 2018 10:33:23 +0800 Subject: [PATCH] Remove dumpCellRanks debug. --- examples/main.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/examples/main.c b/examples/main.c index 4674f3c1d9..7817d3ba9d 100644 --- a/examples/main.c +++ b/examples/main.c @@ -884,12 +884,6 @@ int main(int argc, char *argv[]) { engine_dump_snapshot(&e); engine_print_stats(&e); -#ifdef HAVE_METIS - dumpCellRanks("metis_partition", e.s->cells_top, e.s->nr_cells); -#else - dumpCellRanks("basic_partition", e.s->cells_top, e.s->nr_cells); -#endif - } /* Legend */ -- GitLab