From 65672d5c0a5919d66234089aa0395b9da5fc2785 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Wed, 6 Oct 2010 21:08:56 +0000 Subject: [PATCH] Remove delusional assertion. While its predecessor asserted basic sanity, the current check would never be satisfied in a reasonable grid. --- partition.c | 1 - 1 file changed, 1 deletion(-) diff --git a/partition.c b/partition.c index 888bf440..355e666d 100644 --- a/partition.c +++ b/partition.c @@ -468,7 +468,6 @@ create_block_conns(int b , } } - assert (ia[nc] == nc); ia[0] = 0; }