Remove delusional assertion. While its predecessor asserted basic

sanity, the current check would never be satisfied in a reasonable
  grid.
This commit is contained in:
Bård Skaflestad 2010-10-06 21:08:56 +00:00
parent 4357d2564c
commit 35c0ef8ee9

View File

@ -468,7 +468,6 @@ create_block_conns(int b ,
}
}
assert (ia[nc] == nc);
ia[0] = 0;
}